Skip to content

Commit

Permalink
Fix incorrect english sentence in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
bartsanchez authored Mar 6, 2024
1 parent f262f17 commit 824372a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $ dockerize -stdout info.log -stdout perf.log
```

If `inotify` does not work in you container, you use `-poll` to poll for file changes instead.
If `inotify` does not work in your container, you can use `-poll` to poll for file changes instead.

```
$ dockerize -stdout info.log -stdout perf.log -poll
Expand Down

0 comments on commit 824372a

Please sign in to comment.