Updated readme.md

Corrected some syntactically incorrect commands
This commit is contained in:
Joe Flack
2021-09-23 16:10:31 -04:00
committed by GitHub
parent 37a2fa85db
commit e397dcb16b

View File

@@ -30,13 +30,13 @@
or
```shell
> pip install fastapi-cache2[redis]
> pip install "fastapi-cache2[redis]"
```
or
```shell
> pip install fastapi-cache2[memcache]
> pip install "fastapi-cache2[memcache]"
```
## Usage