aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-06-26 16:14:29 +0100
committerdiogo464 <[email protected]>2025-06-26 16:14:29 +0100
commitc6afda3f8c40cb8f8a27b6e714f9eb24ece26f90 (patch)
tree394a245c270031edbf514a98a43dde12fb6c0978 /README.md
parentb5b83ca1a71cfd756c89a65ed8902597b4b741f6 (diff)
Fix typo in README.md: change 'demon tail =f' to 'demon tail -f'fix-readme-typo
The README.md file contained an incorrect command syntax on line 102 showing 'demon tail =f web-server --stderr' instead of the correct 'demon tail -f web-server --stderr'. This fix corrects the typo to show the proper -f flag syntax. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f266e73..d331e83 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ demon tail -f web-server
99demon tail -f web-server --stdout 99demon tail -f web-server --stdout
100 100
101# Follow only stderr 101# Follow only stderr
102demon tail =f web-server --stderr 102demon tail -f web-server --stderr
103``` 103```
104 104
105### `demon cat <id> [--stdout] [--stderr]` 105### `demon cat <id> [--stdout] [--stderr]`