Skip to content

Commit

Permalink
Update CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
Iurii Bogdanov committed Jan 11, 2024
1 parent 237e8a3 commit c2ef3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ bin/base64 encode_with_variant "hello WoRld 123 ~~~" urlsafe_no_padding
# Output: aGVsbG8gV29SbGQgMTIzIH5-fg
```

Encode urlsafe (Syntactic sugar for "bin/base64 encode_with_variant [CONTENT] 8"):
Encode urlsafe (Syntactic sugar for "bin/base64 encode_with_variant [CONTENT] urlsafe_no_padding"):
```terminal
bin/base64 encode_urlsafe [CONTENT]
bin/base64 encode_urlsafe "hello WoRld 123 ~~~"
Expand All @@ -108,7 +108,7 @@ bin/base64 decode_with_variant aGVsbG8gV29SbGQgMTIzIH5-fg urlsafe_no_padding
# Output: hello WoRld 123 ~~~
```

Decode urlsafe (Syntactic sugar for "bin/base64 decode_with_variant [CONTENT] 8"):
Decode urlsafe (Syntactic sugar for "bin/base64 decode_with_variant [CONTENT] urlsafe_no_padding"):
```terminal
bin/base64 decode_urlsafe [CONTENT]
bin/base64 decode_urlsafe aGVsbG8gV29SbGQgMTIzIH5-fg
Expand Down

0 comments on commit c2ef3d3

Please sign in to comment.