Author: Kevin Schoon [kevinschoon@gmail.com]
Committer: GitHub [noreply@github.com] Thu, 14 Oct 2021 15:15:55 +0000
Hash: bb760ada03c3ada316cbe5a9c5e2b0497b4ad07e
Timestamp: Thu, 14 Oct 2021 15:15:55 +0000 (3 years ago)

+1 -1 +/-1 browse
Merge pull request #48 from jgarte/jgart-readme-command-integrations
Merge pull request #48 from jgarte/jgart-readme-command-integrations

Makes Integrations command example user agnostic
1diff --git a/README.md b/README.md
2index 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,