typo
This commit is contained in:
parent
ab4591f9e8
commit
3a68686500
|
@ -27,8 +27,9 @@ echo Hello, World! | based encode --b91
|
||||||
>OwJh>}AQ;r@@Y?FF
|
>OwJh>}AQ;r@@Y?FF
|
||||||
```
|
```
|
||||||
* Decoding is implicated in the following way
|
* Decoding is implicated in the following way
|
||||||
```
|
```sh
|
||||||
echo '>OwJh>}AQ;r@@Y?FF' | based --b91
|
echo '>OwJh>}AQ;r@@Y?FF' | based --b91
|
||||||
|
Hello, World!
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue