You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,19 +14,19 @@ This repository contains a template that you can get as a [NuGet package](https:
14
14
15
15
#### Template installation
16
16
17
-
For the latest template version, please consult the Nuget page [Amido.Stacks.Templates](https://www.nuget.org/packages/Amido.Stacks.Templates/). To install the latest version of the templates to your machine via the command line:
17
+
For the latest template version, please consult the Nuget page [Ensono.Stacks.Templates](https://www.nuget.org/packages/Amido.Stacks.Templates/). To install the latest version of the templates to your machine via the command line:
18
18
19
19
```shell
20
-
dotnet new --install Amido.Stacks.Templates
20
+
dotnet new --install Ensono.Stacks.Templates
21
21
```
22
22
23
-
The output you'll see will list all installed templates (not listed for brevity). In that list you'll see the just installed Amido Stacks template `stacks-webapi`
23
+
The output you'll see will list all installed templates (not listed for brevity). In that list you'll see the just installed Ensono Stacks template `stacks-webapi`
0 commit comments