diff --git a/README.md b/README.md index 4b8c736e7..3949b646c 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Dotnet used in Visual studio are driven by dotnet templating engine. Follow this - After you have created a dotnet tempalte, Add the file entries to the ItemTemplates [nuspec file](Build/PackageFiles/ItemTemplates.nuspec). # Adding templates to extension bundle -1. Follow the steps mentioned in the [adding a new tempalte](#adding-a-new-template) section. +1. Follow the steps mentioned in the [adding a new template](#adding-a-new-template) section. 2. Add the file entries to the [ExtensionBundleTemplates-1.x nuspec file](Build/PackageFiles/ExtensionBundleTemplates-1.x.nuspec) or [ExtensionBundleTemplates-2.x nuspec file](Build/PackageFiles/ExtensionBundleTemplates-2.x.nuspec) depending on your requirement. # Testing templates