Skip to content

Commit

Permalink
readme: brush up per-lang quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Oct 7, 2024
1 parent ddc6ece commit f3d7572
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,14 @@ process.stdin.on('data', () => {
```
</details>

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
rename file /home/e-dant/dev/watcher/.git/refs/heads/next.lock -> /home/e-dant/dev/watcher/.git/refs/heads/next
create file /home/e-dant/dev/watcher/.git/HEAD.lock
```

(Output format depending on the language.)

Enjoy!

---
Expand Down

0 comments on commit f3d7572

Please sign in to comment.