diff options
| author | Fuwn <[email protected]> | 2021-04-26 20:04:44 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-26 20:04:44 +0000 |
| commit | 4ffc5cf44b718de91429b72b0df7a2c9338c7802 (patch) | |
| tree | 22893faa3c716787e7859398e3c05ea266fbac0f | |
| parent | fix: Case of license file (diff) | |
| download | api-4ffc5cf44b718de91429b72b0df7a2c9338c7802.tar.xz api-4ffc5cf44b718de91429b72b0df7a2c9338c7802.zip | |
fix: Weird typos
| -rw-r--r-- | readme.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |