We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6fb0e commit 3549efaCopy full SHA for 3549efa
README.md
@@ -86,7 +86,7 @@ echo -n "1234567" | base16384 -e - - | iconv -f utf-16be -t utf-8
86
3. Decode simple text 简单文本解码
87
88
```bash
89
-echo -n "婌焳廔萷" | iconv -f utf-8 -t utf-16be | ./base16384 -d - -
+echo -n "婌焳廔萷" | iconv -f utf-8 -t utf-16be | base16384 -d - -
90
1234567
91
```
92
0 commit comments