From 64dc9ee4807b765b754f13920f92c142406e814a Mon Sep 17 00:00:00 2001 From: Kelsey Date: Thu, 4 Apr 2019 22:17:15 +0800 Subject: [PATCH] suggests use of token in key use example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fc8bce..7a63314 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ npm install github-labels -g ## Usage ``` -$ labels -c path/to/conf.json user/repo +$ labels -c path/to/conf.json -t github-personal-access-token user/repo ``` About config file, see [my conf](https://gist.github.com/popomore/8ef8ad0573c97081da22dca1cc84173e) for example.