Skip to content

Commit 6e65bac

Browse files
authored
Small typofixes.
1 parent 2b7951d commit 6e65bac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ This works because AGithub knows everything it needs to about protocol
2828
# Use
2929

3030
The most striking quality of AGitHub is how closely its syntax emulates
31-
HTTP. In fact, you might find it even more convenient that HTTP, and
31+
HTTP. In fact, you might find it even more convenient than HTTP, and
3232
almost as general (as far as REST APIs go, anyway). The examples below
33-
tend to use the GitHub API as a refence point, but it is no less easy to
33+
tend to use the GitHub API as a reference point, but it is no less easy to
3434
use `agithub` with, say, the Facebook Graph.
3535

3636
## Get
3737

38-
Here's how to do a `GET` request, with proprely-encoded url parameters:
38+
Here's how to do a `GET` request, with properly-encoded url parameters:
3939

4040
```python
4141
client.issues.get(filter='subscribed')

0 commit comments

Comments
 (0)