浏览代码

Small changes

Marc Cornellà 4 年之前
父节点
当前提交
a9d382a297
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      plugins/redis-cli/README.md

+ 2 - 1
plugins/redis-cli/README.md

@@ -1,12 +1,13 @@
 # Redis-CLI
 
-This plugin adds [redis-cli](https://redis.io/topics/rediscli) completion, based off homebrew completion
+This plugin adds [redis-cli](https://redis.io/topics/rediscli) completion, based off of Homebrew completion.
 
 To use it, add `redis-cli` to the plugins array in your zshrc file:
 
 ```zsh
 plugins=(... redis-cli)
 ```
+
 ## Requirements
 
 In order to make this work, you will need to have redis installed.