From d4a51a5f9b28e6c20a0897d054959201261dfa63 Mon Sep 17 00:00:00 2001
From: Frost-Phoenix <67cyril6767@gmail.com>
Date: Mon, 15 Apr 2024 17:51:23 +0200
Subject: [PATCH] fix typo

---
 README.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 638cbe3..71f4062 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@
    <img src="./.github/assets/screenshots/1.png" /> <br>
    <img src="./.github/assets/screenshots/2.png" /> <br>
    <img src="./.github/assets/screenshots/3.png" /> <br>
-   Screeenshots last updated <b>2024-04-09</b>
+   Screenshots last updated <b>2024-04-09</b>
 </p>
 
 <details>
@@ -167,7 +167,7 @@ extract.sh
 compress.sh 
 </summary>
 
-**Description:** This script compress a file or a folder into a ```tar.gz``` archives wich is created in the current directory with the name of the chosen file or folder. 
+**Description:** This script compress a file or a folder into a ```tar.gz``` archives which is created in the current directory with the name of the chosen file or folder. 
 
 **Usage:** ```compress <file>``` or ```compress <folder>```
 </details>
@@ -197,7 +197,7 @@ toggle_oppacity.sh
 maxfetch.sh 
 </summary>
 
-**Description:** This script is a modified verssion of the [jobcmax/maxfetch][maxfetch] script.
+**Description:** This script is a modified version of the [jobcmax/maxfetch][maxfetch] script.
 
 **Usage:** ```maxfetch```
 </details>
@@ -207,7 +207,7 @@ maxfetch.sh
 music.sh 
 </summary>
 
-**Description:** This script is for managing Audacious (music player). If Audacious is currently running, it will be killed (stoping the music); otherwise, it will start Audacious in the 8th workspace and resume the music. 
+**Description:** This script is for managing Audacious (music player). If Audacious is currently running, it will be killed (stopping the music); otherwise, it will start Audacious in the 8th workspace and resume the music. 
 
 **Usage:** ```music```
 </details>
@@ -414,8 +414,6 @@ A brief walkthrough of what the install script does.
 
    Then the wallpapers will be copied into ```~/Pictures/wallpapers/others``` which is the folder in which the ```wallpaper-picker.sh``` script will be looking for them.
 
-   > Sometime the copy doesn't work and you will need to copy them yourself.
-
 5. Get the hardware configuration
 
    It will also automatically copy the hardware configuration from ```/etc/nixos/hardware-configuration.nix``` to ```./hosts/nixos/hardware-configuration.nix``` so that the hardware configuration used is yours and not the default one.