diff --git a/README.md b/README.md index 6a64889..3071ed4 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu wget -q --show-progress "https://discord.com/api/download?platform=linux&format=deb" -O discord.deb && sudo apt install ./discord.deb -y && rm discord.deb ``` -- Installe Obisidian +- Installe Obsidian ```bash wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installObsidian.sh -O tmp.sh && bash tmp.sh; rm tmp.sh ```