Skip to content

Commit

Permalink
docs(readme): correct comment syntax in usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed Dec 23, 2024
1 parent bc0d1a1 commit 0e67ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ The output of `fswatch` can be piped to other program in order to process it
further:

$ fswatch -0 path | while read -d "" event
do \
// do something with ${event}
do
# do something with ${event}
done

To run a command when a set of change events is printed to standard output but
Expand Down

0 comments on commit 0e67ba5

Please sign in to comment.