Merge pull request #38 from joeflack4/docs-minorFix

Fix: README.md: Corrected some syntactically incorrect commands
This commit is contained in:
long2ice
2021-09-24 10:23:25 +08:00
committed by GitHub

View File

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