We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c084bf commit 300e845Copy full SHA for 300e845
README.md
@@ -10,10 +10,10 @@
10
# Usage:
11
12
```
13
-$ echo "hello world" | zer0bin
14
-$ cat /var/logs/prog.log | zer0bin # Text only
15
-$ echo "other instance" | zer0bin --instance https://stepbro.voring.me
16
-$ cat document.md | zer0bin --md # Markdown mode
+$ echo "hello world" | zer0
+$ cat /var/logs/prog.log | zer0 # Text only
+$ echo "other instance" | zer0 --instance https://stepbro.voring.me
+$ cat document.md | zer0 --md # Markdown mode
17
18
19
# Download:
0 commit comments