aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2020-12-24 17:16:00 +0100
committerNao Pross <np@0hm.ch>2020-12-24 17:16:00 +0100
commitedbf4be5030440bb265860678d6483fb63e5df31 (patch)
treeb9f646a12150395dc3ae9a351e24b8d461943630
parentUpdate .gitignore (diff)
downloadMuddle-edbf4be5030440bb265860678d6483fb63e5df31.tar.gz
Muddle-edbf4be5030440bb265860678d6483fb63e5df31.zip
Fix typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c5c911a..08b9bf5 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ $ source ./venv/bin/activate
### Windows
-1. Install (Python)[python.org], and in the installer enable **Add Python to the path**.
+1. Install [Python](https://www.python.org), and in the installer enable **Add Python to the path**.
2. Navigate to the project directory using Explorer, then Shift + Right Click and *Open Powershell Window here*
3. In the Powershell you can now create a VirtualEnv by typing
```powershell