aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 20:04:44 -0700
committerGitHub <[email protected]>2021-04-26 20:04:44 -0700
commite5d186b7bfda6e85807acaddc27e820396e83f60 (patch)
treee0c2dec2abd9f2942d97ace9bd9a534a411a381c
parentfix: Case of license file (diff)
downloadapi-e5d186b7bfda6e85807acaddc27e820396e83f60.tar.xz
api-e5d186b7bfda6e85807acaddc27e820396e83f60.zip
fix: Weird typos
-rw-r--r--readme.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index c06451c..ef1e259 100644
--- a/readme.md
+++ b/readme.md
@@ -27,8 +27,11 @@ releases version `0.5.0`, it will stay broken.
- build (prod): `ROCKET_ENV=prod cargo build --release`
also note that this api wrapper leverages the official github api, meaning that rate-limits are
-going to be self hosting this project, it is highly encouraged that you generate yourself a github
-personal access token and set the environment variable `GITHUB_TOKEN` as your pat.
+very much present.
+
+if you are going to be self hosting this project, it is highly encouraged that
+you generate yourself a github personal access token and set the environment variable `GITHUB_TOKEN`
+as your pat.
## contributing
please reference the [contribution guidelines](./contributing.md) of this repository.