This commit is contained in:
Stefan Friese 2022-05-20 00:17:12 +02:00
parent ab4591f9e8
commit 3a68686500
1 changed files with 2 additions and 1 deletions

View File

@ -27,8 +27,9 @@ echo Hello, World! | based encode --b91
>OwJh>}AQ;r@@Y?FF
```
* Decoding is implicated in the following way
```
```sh
echo '>OwJh>}AQ;r@@Y?FF' | based --b91
Hello, World!
```