Skip to content

Commit

Permalink
tweak README.md (#1408)
Browse files Browse the repository at this point in the history
Use proper case for filenames.

For exposition's sake, use long argument --scenario, rather than short argument -n.
  • Loading branch information
RobertHenry6bev authored and sebastienros committed Sep 13, 2019
1 parent a09b26d commit 0d09d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -64,8 +64,8 @@ On your computer,
dotnet run -c Debug \
--server "http://10.0.0.102:5001" \
--client "http://10.0.0.101:5002" \
--jobs "../Benchmarks/benchmarks.Json.json" \
-n Json
--jobs "../Benchmarks/benchmarks.json.json" \
--scenario Json
```

This will start the `Json` scenario using the `Benchmarks` application that is provided in https://github.com/aspnet/benchmarks/tree/master/src/Benchmarks.
Expand Down

0 comments on commit 0d09d81

Please sign in to comment.