Skip to content

Commit

Permalink
Fix typo (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval9313 authored Jun 7, 2024
1 parent 043869e commit 57b7657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ This package is intended for use with any recent version of FastAPI (depending o
## Installation

```bash
pip install fastapi-restful # For basic slim package :)
pip install fastapi-utils # For basic slim package :)

pip install fastapi-restful[session] # To add sqlalchemy session maker
pip install fastapi-utils[session] # To add sqlalchemy session maker

pip install fastapi-restful[all] # For all the packages
pip install fastapi-utils[all] # For all the packages
```

## License
Expand Down

0 comments on commit 57b7657

Please sign in to comment.