aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-12-13 22:03:48 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-12-13 22:03:48 +0800
commit0a98c225ecfe5d9aeb78f4dddbe6110c87efd94b (patch)
treea828cf1b12f9120e73e2682c19af08662c9f1b54
parent2593dcdf47ec25222396f9113ca5696ec15df35e (diff)
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0bc9f8d..f89a2bd 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ Your Github API token for the given username. It's scope should be with `gist`.
146 146
147If you use command which needs it and it is not being set, A prompt will shows up and requires it. You can choose going to web page to create a new token, or just input an existing one directly. 147If you use command which needs it and it is not being set, A prompt will shows up and requires it. You can choose going to web page to create a new token, or just input an existing one directly.
148 148
149Use `gist config toekn <your-github-api-token>` to set the value if needed. 149Use `gist config token <your-github-api-token>` to set the value if needed.
150 150
151### folder 151### folder
152**[Optional]** The folder you stores index file and git repos for each your gists and starred gists. Default to `~/gist/` if not being set. 152**[Optional]** The folder you stores index file and git repos for each your gists and starred gists. Default to `~/gist/` if not being set.