From d8e8514ac4f7f42d6eaadd27f458c94a855e3178 Mon Sep 17 00:00:00 2001 From: Jonathan Paugh Date: Sat, 7 Jun 2014 19:54:58 -0400 Subject: [PATCH] doc bug: Fixup the README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4644370..12e9ce5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ can read the docs and immediately know how to do the examples via ## Example App 1. First, instantiate a `Github` object, passing it your username and - password, if an authenticated session is desired. + password if an authenticated session is desired. ```python >>> from agithub import Github @@ -68,7 +68,7 @@ can read the docs and immediately know how to do the examples via (200, [ list, of, milestones ]) ``` -4. As a weird quirk of the implementation, you may build a partial call +5. As a weird quirk of the implementation, you may build a partial call to the upstream API, and use it later. ```python @@ -81,10 +81,10 @@ can read the docs and immediately know how to do the examples via You are following octocat ``` - You may find this useful &mdas; or not. + You may find this useful — or not. -5. Finally, as promised, `agithub` knows nothing at all about the Github - API, it won't second-guess you. +6. Finally, `agithub` knows nothing at all about the Github API, and it + won't second-guess you. ```python >>> g.funny.I.donna.remember.that.one.head()