diff options
Diffstat (limited to 'examples/cgitize.toml')
-rw-r--r-- | examples/cgitize.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgitize.toml b/examples/cgitize.toml index 06d98cc..c5b41c8 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -19,7 +19,7 @@ owner = "Your Name" [github] # If some of the repositories hosted on GitHub are private (or if you hit the -# request rate limit), use "access tokens". Also can be provided using the +# request rate limit), use "access tokens". Set in the config or using the # CGITIZE_GITHUB_TOKEN environment variable. #token = "XXX" |