From e397dcb16b2b750aacba4016ab6cba0063fa9c69 Mon Sep 17 00:00:00 2001 From: Joe Flack Date: Thu, 23 Sep 2021 16:10:31 -0400 Subject: [PATCH] Updated readme.md Corrected some syntactically incorrect commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb75447..121b939 100644 --- a/README.md +++ b/README.md @@ -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