diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-27 15:27:56 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-27 15:27:56 +0200 |
commit | 041ae1b69d3966133f2bb41fb635e44dbedaa0b9 (patch) | |
tree | 8ae6a238849d4dd0a1ba65ac34720c1b509daa7e /examples | |
parent | requirements.txt: bump dependencies (diff) | |
download | cgitize-041ae1b69d3966133f2bb41fb635e44dbedaa0b9.tar.gz cgitize-041ae1b69d3966133f2bb41fb635e44dbedaa0b9.zip |
examples/cgitize.toml: reword a bit
Diffstat (limited to 'examples')
-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" |