From 77af730b61aaabdca09716f2bb14449156e5ef35 Mon Sep 17 00:00:00 2001 From: TGITS Date: Sun, 1 Sep 2024 18:57:22 +0200 Subject: [PATCH] Fixing some typos in the Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f15fe8..d39d442 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Example project that demonstrate the use of mkdocs and material for mkdocs ## Using with Python -If you already have Python installed on yoyr system or you prefer use mkdocs withuout using Docker, the recommended steps are the following : +If you already have Python installed on your system or you prefer using mkdocs without using Docker, the recommended steps are the following : * Create a virtual environment with `venv` (it is bundled with Python) before installing **MkDocs** : * In a shell, at the root of the directory in which you want to install mkdocs, type : `python -m venv venv --prompt="mkdocs"`