We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0af4e1 + a962d7a commit a9c05adCopy full SHA for a9c05ad
docs/site/docs/getting-started/create-test-project.md
@@ -191,7 +191,7 @@ These steps look like this from the `dotnet` CLI:
191
Install the template from NuGet using this command:
192
193
```dotnetcli
194
-dotnet new --install bunit.template::#{NBGV_NuGetPackageVersion}#
+dotnet new install bunit.template::#{NBGV_NuGetPackageVersion}#
195
```
196
197
**2. Create a new test project**
0 commit comments