From 36b396b921a985ba8b9fe134a8d90248e13d40dd Mon Sep 17 00:00:00 2001 From: filipstrand Date: Thu, 15 Aug 2024 00:28:07 +0200 Subject: [PATCH] Fix address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e3a408..762f91e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ like [Numpy](https://numpy.org) and [Pillow](https://pypi.org/project/pillow/) f ### Installation 1. Clone the repo: ``` - git clone git@github.com/filipstrand/mflux.git + git clone git@github.com:filipstrand/mflux.git ``` 2. Navigate to the project and set up a virtual environment: ```