From 742c9845580739c556219d73a732305f59220685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Mon, 9 Mar 2020 14:46:22 +0100 Subject: [PATCH] phing: fix copy-paste error in README --- plugins/phing/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/phing/README.md b/plugins/phing/README.md index e2ac0bdf5..84d1d182d 100644 --- a/plugins/phing/README.md +++ b/plugins/phing/README.md @@ -3,6 +3,7 @@ This plugin adds autocompletion for [`phing`](https://github.com/phingofficial/phing) targets. To use it, add `phing` to the plugins array of your `.zshrc` file: -``` -plugins=(... eecms) + +```zsh +plugins=(... phing) ```