diff --git a/06-console-csharp-fsharp/README.md b/06-console-csharp-fsharp/README.md index 6e097d2..6fb670e 100644 --- a/06-console-csharp-fsharp/README.md +++ b/06-console-csharp-fsharp/README.md @@ -3,7 +3,7 @@ The sample in this folder demonstrates: - **Creating a template that supports multiple languages** - Using `groupIdentity` to create a console project in `C#` and `F#` In this sample there are two project templates, one using C# and the other F#. -By using `groupIdentiy` these templates will appear as the same template in the output of `dotnet new --list`. +By using `groupIdentity` these templates will appear as the same template in the output of `dotnet new --list`. To make more than one template appear as the same in `dotnet new --list` ensure the following: diff --git a/09-replace-onlyif-after/README.md b/09-replace-onlyif-after/README.md index 1531486..685053f 100644 --- a/09-replace-onlyif-after/README.md +++ b/09-replace-onlyif-after/README.md @@ -2,7 +2,7 @@ The sample in this folder demonstrates: - **`onlyIf`** - Shows how you can replace some text on the condition it's preceded by a specified string. -In this sample, we show how you can replace a +The sample shows how you can update the `black` for background-color without impacting the values for color in the following elements. From [`site.css`](./MyProject.Con/wwwroot/css/site.css) @@ -29,8 +29,4 @@ textarea { } ``` -The sample shows how you can update the `black` for background-color without impacting the values for color in the following elements. - - See [`template.json`](./MyProject.Con/.template.config/template.json) -