Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Dec 8, 2019
1 parent 8b61721 commit 5b311b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Create new F# `netcoreapp3.1` project and add reference to latest [SwaggerProvid
```bash
dotnet new console --name apiclient --language F#
cd apiclient
dotnet add package SwaggerProvider --version 0.10.0-beta11
dotnet add package SwaggerProvider --version 0.10.0
```

replace content of `Program.fs` file by
Expand Down

0 comments on commit 5b311b6

Please sign in to comment.