From ed6902dd5a4840fe6b7595ec5f23b612d94d0968 Mon Sep 17 00:00:00 2001 From: Wenxuan Zhang Date: Fri, 11 Oct 2019 12:03:03 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Misc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70baa29..26c5445 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ### Try Online -Run following command in your shell to try `forgit` without installing(for both `bash` and `zsh`): +Run the following command in your shell to try `forgit` without installing(for both `bash` and `zsh`): ``` bash source <(curl -Ss https://raw.githubusercontent.com/wfxr/forgit/master/forgit.plugin.zsh) ```