aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-07-05 11:12:31 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-07-05 11:12:31 +0800
commit7211413f1f7e7ea9940f88c2691400c494ac7388 (patch)
treec0b910f2ef667c143824d8117a9d4e2fa64c6c10
parenta01b4f296a5f224305ffa5128c76b8fe8ac9e32b (diff)
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3f25be3..bb19e1d 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ OK...I lied, this script really depends on some very basic dev tools.
73### Update and clone gists from Github 73### Update and clone gists from Github
74Run `gist fetch` to fetch your all gists with Github API and keep short information for each gist in a index file inside a given folder. (default to `~/gist/index`) 74Run `gist fetch` to fetch your all gists with Github API and keep short information for each gist in a index file inside a given folder. (default to `~/gist/index`)
75- Automatically Clone/Pull each gist with git into a given folder. (default to `~/gist/`) 75- Automatically Clone/Pull each gist with git into a given folder. (default to `~/gist/`)
76- Run `gist fetch star` to fetch you starred gist 76- Run `gist fetch star` to fetch your starred gist
77- If token is not being set, then you cannot fetch your private gist 77- If token is not being set, then you cannot fetch your private gist
78 78
79### List your gists 79### List your gists