Commit
+1 -1 +/-1 browse
1 | diff --git a/README.md b/README.md |
2 | index 1e7242b..01a88ed 100644 |
3 | --- a/README.md |
4 | +++ b/README.md |
5 | @@ -64,7 +64,7 @@ Example: |
6 | By default pomo will setup a Unix socket and serve it's status there. |
7 | |
8 | ```bash |
9 | - echo | socat stdio UNIX-CONNECT:/home/kevin/.pomo/pomo.sock | jq . |
10 | + echo | socat stdio UNIX-CONNECT:$HOME/.pomo/pomo.sock | jq . |
11 | { |
12 | "state": 1, |
13 | "remaining": 1492000000000, |