diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..4540bee --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +## 👩‍💻 Contributors + +- Jamuna Devi – Keploy API Fellowship participant 🚀 diff --git a/flask-redis/README.md b/flask-redis/README.md index 7364e9d..6dcb907 100644 --- a/flask-redis/README.md +++ b/flask-redis/README.md @@ -20,7 +20,7 @@ brew install redis If homebrew is not installed, then go to https://brew.sh/ and install it. ```bash -git clone https://github.com/keploy/samples-typescript && cd samples-typescript/flask-redis +git clone https://github.com/keploy/samples-python && cd samples-python/flask-redis # Install the dependencies pip3 install -r requirements.txt @@ -158,3 +158,9 @@ keploy test -c 'sudo docker-compose up' --containerName "flask-web" --delay 10 ``` _Voila!! Our testcases has passed 🌟_ + +--- + + + +---