Skip to content

Commit

Permalink
Merge pull request #36 from gene1wood/fix-doc-typo
Browse files Browse the repository at this point in the history
Fix mistake in token example and broken links in README
  • Loading branch information
gene1wood authored Mar 6, 2018
2 parents b47661d + d2bd56e commit d01ee12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ we plan to add support for other types as well
```

```python
>>> from agithub import GitHub
>>> from agithub.GitHub import GitHub
>>> g = GitHub(token='token')
```

Expand Down Expand Up @@ -225,9 +225,9 @@ you.
And if all else fails, you can strap in, and take 15 minutes to read and
become an expert on the code. From there, anything's possible.

[1]: https://github.com/jpaugh/agithub/blob/master/agithub.py#L105
[2]: https://github.com/jpaugh/agithub/blob/master/agithub.py#L24
[3]: https://github.com/jpaugh/agithub/blob/master/agithub.py#L255
[1]: https://github.com/jpaugh/agithub/blob/b47661df9e62224a69216a2f11dbe574990349d2/agithub/base.py#L103-L110
[2]: https://github.com/jpaugh/agithub/blob/b47661df9e62224a69216a2f11dbe574990349d2/agithub/base.py#L22-L28
[3]: https://github.com/jpaugh/agithub/blob/b47661df9e62224a69216a2f11dbe574990349d2/agithub/base.py#L309-L332

## License
Copyright 2012–2016 Jonathan Paugh and contributors
Expand Down

0 comments on commit d01ee12

Please sign in to comment.