diff --git a/readme.md b/readme.md index ab22de3e..609ac3ea 100644 --- a/readme.md +++ b/readme.md @@ -115,7 +115,7 @@ process.stdin.on('data', () => { ``` -In all cases, the output will be similar to this: +The output of each above will be something this, depending on the format: ``` modify file /home/e-dant/dev/watcher/.git/refs/heads/next.lock @@ -123,8 +123,6 @@ rename file /home/e-dant/dev/watcher/.git/refs/heads/next.lock -> /home/e-dant/d create file /home/e-dant/dev/watcher/.git/HEAD.lock ``` -(Output format depending on the language.) - Enjoy! ---