From 9d1642eb61b4b1715e623f24637442e7fb42ffe8 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 1 Apr 2023 16:33:29 +0200 Subject: [PATCH] typo and link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dab845e..2250d0e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Educational content only. ## How to use? -1. Download the `.zip` +1. [Download the `.zip`](https://git.mylloon.fr/Anri/csh/archive/main.zip) 2. Install Python @@ -20,7 +20,7 @@ winget install python pip install -r .\requirements.txt ``` -4. Run it :) +4. Run it 🙂 ```powershell python .\main.py @@ -37,7 +37,7 @@ python .\main.py --offline - You also can bypass the interactive cheat selector by passing a list to the app. -For example, for cheat `#1`, `#2`, `#3` and `#4`: +For instance, for cheats `#1`, `#2`, `#3` and `#4`: ```powershell python .\main.py --list=1,2,3,4