Explorar el Código

Small README styling fix

Kristian Vos hace 2 años
padre
commit
8dd1c3856d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -17,6 +17,7 @@ To install aw-watcher-mpd, first build it, then follow the below steps to instal
 1. `cp -R dist/aw-watcher-mpd /opt`
 2. Create `/usr/bin/aw-watcher-mpd`  
 Contents:
+
 ```bash
 #!/bin/bash
 
@@ -26,6 +27,7 @@ Contents:
 4. Edit `~/.config/activitywatch/aw-qt/aw-qt.toml`  
 Uncomment the first two lines and add `aw-watcher-mpd` to autostart.  
 Example:
+
 ```toml
 [aw-qt]
 autostart_modules = ["aw-server", "aw-watcher-afk", "aw-watcher-window", "aw-watcher-mpd"]