Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
c4ac0d43
Unverified
Commit
c4ac0d43
authored
Jun 30, 2020
by
Hélio
Committed by
GitHub
Jun 30, 2020
Browse files
encode64: fix typo in README (#9052)
parent
ce28ac42
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/encode64/README.md
View file @
c4ac0d43
...
@@ -53,6 +53,6 @@ plugins=(... encode64)
...
@@ -53,6 +53,6 @@ plugins=(... encode64)
```
console
```
console
$
echo
"b2gtbXktenNoCg=="
| decode64
$
echo
"b2gtbXktenNoCg=="
| decode64
oh-my-zsh
oh-my-zsh
$
echo
"b2gtbXktenNoCg=="
| d
ecode
64
$
echo
"b2gtbXktenNoCg=="
| d64
oh-my-zsh
oh-my-zsh
```
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment