Skip to content

Commit

Permalink
README.md - Update Installation Command (#144)
Browse files Browse the repository at this point in the history
- My previous PR placed the opening quote before the flag instead of at the start of the parameter value.
  • Loading branch information
DanRigby authored and tlmii committed Aug 5, 2019
1 parent 18a6e7c commit f312ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The HTTP Read-Eval-Print Loop (REPL) is:
To install the HTTP REPL, run the following command:

```
dotnet tool install -g Microsoft.dotnet-httprepl "--version 3.0.0-*"
dotnet tool install -g Microsoft.dotnet-httprepl --version "3.0.0-*"
```

A [.NET Core Global Tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools#install-a-global-tool) is installed from the [Microsoft.dotnet-httprepl](https://www.nuget.org/packages/Microsoft.dotnet-httprepl) NuGet package.
Expand Down

0 comments on commit f312ae6

Please sign in to comment.