Skip to content

Commit 5c4d9fa

Browse files
authored
Merge pull request #119 from camelid/patch-1
Fix typo in README
2 parents 841844d + 59ea6dd commit 5c4d9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ before the merge" came from bors. However, there are also some differences:
4343

4444
1. Stateful: Unlike bors, which intends to be stateless, Homu is stateful. It
4545
means that Homu does not need to retrieve all the information again and again
46-
from GitHub at every run. This is essential because of the GitHub's rate
46+
from GitHub at every run. This is essential because of GitHub's rate
4747
limiting. Once it downloads the initial state, the following changes are
4848
delivered with the [Webhooks] API.
4949
2. Pushing over polling: Homu prefers pushing wherever possible. The pull
@@ -87,7 +87,7 @@ the name of the repository you are configuring homu for.
8787
existing account. In the [account settings][settings], go to "OAuth
8888
applications" and create a new application:
8989
- Make note of the "Client ID" and "Client Secret"; you will need to put them in
90-
your `cgf.toml`.
90+
your `cfg.toml`.
9191
- The OAuth Callback URL should be `http://HOST:PORT/callback`.
9292
- The homepage URL isn't necessary; you could set `http://HOST:PORT/`.
9393

0 commit comments

Comments
 (0)