From 3a68686500e6d33d574b05ecc4f9c0af381aea9e Mon Sep 17 00:00:00 2001 From: whx Date: Fri, 20 May 2022 00:17:12 +0200 Subject: [PATCH] typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c64614..aa94c56 100644 --- a/README.md +++ b/README.md @@ -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! ```