Browse Source

encode64: fix typo in README (#9052)

Hélio 4 years ago
parent
commit
c4ac0d43ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/encode64/README.md

+ 1 - 1
plugins/encode64/README.md

@@ -53,6 +53,6 @@ plugins=(... encode64)
   ```console
   $ echo "b2gtbXktenNoCg==" | decode64
   oh-my-zsh
-  $ echo "b2gtbXktenNoCg==" | decode64
+  $ echo "b2gtbXktenNoCg==" | d64
   oh-my-zsh
   ```