Skip to content

Commit 3549efa

Browse files
committed
fix typo
1 parent 6b6fb0e commit 3549efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ echo -n "1234567" | base16384 -e - - | iconv -f utf-16be -t utf-8
8686
3. Decode simple text 简单文本解码
8787

8888
```bash
89-
echo -n "婌焳廔萷" | iconv -f utf-8 -t utf-16be | ./base16384 -d - -
89+
echo -n "婌焳廔萷" | iconv -f utf-8 -t utf-16be | base16384 -d - -
9090
1234567
9191
```
9292

0 commit comments

Comments
 (0)