Skip to content

Commit a962d7a

Browse files
authored
Update create-test-project.md
1 parent a0af4e1 commit a962d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/docs/getting-started/create-test-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ These steps look like this from the `dotnet` CLI:
191191
Install the template from NuGet using this command:
192192

193193
```dotnetcli
194-
dotnet new --install bunit.template::#{NBGV_NuGetPackageVersion}#
194+
dotnet new install bunit.template::#{NBGV_NuGetPackageVersion}#
195195
```
196196

197197
**2. Create a new test project**

0 commit comments

Comments
 (0)