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.
1 parent a0af4e1 commit a962d7aCopy full SHA for a962d7a
1 file changed
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