浏览代码

Clean up README

Marc Cornellà 4 年之前
父节点
当前提交
160a801bed
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      plugins/supervisor/README.md

+ 3 - 4
plugins/supervisor/README.md

@@ -1,11 +1,10 @@
 # supervisor plugin
 
-This plugin adds tab-completion for supervisord/supervisorctl in [Supervisor](http://supervisord.org/).
-
-Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems.
+This plugin adds tab-completion for `supervisord`/`supervisorctl` in [Supervisor](http://supervisord.org/).
+Supervisor is a client/server system that allows its users to monitor and control a number
+of processes on UNIX-like operating systems.
 
 To use it, add `supervisor` to the plugins array in your zshrc file:
-
 ```zsh
 plugins=(... supervisor)
 ```