浏览代码

Small README styling fix

Kristian Vos 3 年之前
父节点
当前提交
8dd1c3856d
共有 1 个文件被更改,包括 2 次插入0 次删除
  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"]