Browse Source

Small README styling fix

Kristian Vos 2 years ago
parent
commit
8dd1c3856d
1 changed files with 2 additions and 0 deletions
  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"]