Skip to content

Commit 179d377

Browse files
author
Bart Koelman
committed
Update README.md
1 parent 862a971 commit 179d377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dotnet test
120120
If you want to run the examples and explore them on your own **you are** going to need that running instance of MongoDB. If you have docker installed you can launch it like this:
121121

122122
```bash
123-
run-docker-mongodb.ps1
123+
pwsh run-docker-mongodb.ps1
124124
```
125125

126126
And then to run the API:
@@ -132,5 +132,5 @@ dotnet run --project src/Examples/GettingStarted
132132
Alternatively, to build and validate the code, run all tests, generate code coverage and produce the NuGet package:
133133

134134
```bash
135-
Build.ps1
135+
pwsh Build.ps1
136136
```

0 commit comments

Comments
 (0)