Forráskód Böngészése

Further formatting fixes

Alex Smith 6 éve
szülő
commit
f6786ed5d2
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -54,7 +54,8 @@ git submodule update --init --recursive
 This will also satisfy the build requirement `inih` by pulling it in as a git submodule.
 This will also satisfy the build requirement `inih` by pulling it in as a git submodule.
 
 
 To uninstall:
 To uninstall:
-```systemctl --user stop gamemoded.service
+```bash
+systemctl --user stop gamemoded.service
 cd build/
 cd build/
 ninja uninstall
 ninja uninstall
 ```
 ```