mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	encode64: fix typo in README (#9052)
This commit is contained in:
		@@ -53,6 +53,6 @@ plugins=(... encode64)
 | 
			
		||||
  ```console
 | 
			
		||||
  $ echo "b2gtbXktenNoCg==" | decode64
 | 
			
		||||
  oh-my-zsh
 | 
			
		||||
  $ echo "b2gtbXktenNoCg==" | decode64
 | 
			
		||||
  $ echo "b2gtbXktenNoCg==" | d64
 | 
			
		||||
  oh-my-zsh
 | 
			
		||||
  ```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user