Skip to content

Commit

Permalink
Fix typo in example pip install command (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace authored May 22, 2024
1 parent 562fff0 commit 160a1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ You can install them as follows:

```shell
$ pip install connexion[swagger-ui]
$ pip install connexion[swagger-ui,uvicorn].
$ pip install connexion[swagger-ui,uvicorn]
```

<p align="right">(<a href="#top">back to top</a>)</p>
Expand Down Expand Up @@ -280,4 +280,4 @@ Tools to help you work spec-first:
[Pycharm plugin]: https://plugins.jetbrains.com/plugin/14837-openapi-swagger-editor
[examples]: https://github.com/spec-first/connexion/blob/main/examples
[Releases]: https://github.com/spec-first/connexion/releases
[Architecture]: https://github.com/spec-first/connexion/blob/main/docs/images/architecture.png
[Architecture]: https://github.com/spec-first/connexion/blob/main/docs/images/architecture.png

0 comments on commit 160a1c0

Please sign in to comment.