diff --git a/README.md b/README.md index d0aeeccc..e2853761 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains code which demonstrates ML-Ops using a `FastAPI` applic ## Running Instructions - Create a fork of the repo using the `fork` button. -- Clone your fork using `git clone https://www.github.com//mlops-iris.git` +- Clone your fork using `git clone https://www.github.com/behers10/mlops-iris.git` - Install dependencies using `pip3 install requirements.txt` - Run application using `python3 main.py` - Run tests using `pytest`