8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55955a commit e44ed31Copy full SHA for e44ed31
index.html
@@ -16,7 +16,7 @@
16
<body>
17
<div class="wrapper">
18
<header>
19
- <h1 class="header">Github3.py</h1>
+ <h1 class="header">github3.py</h1>
20
<p class="header">Python library for interfacing with the GitHub APIv3</p>
21
22
<ul>
@@ -32,11 +32,10 @@ <h1 class="header">Github3.py</h1>
32
<section>
33
<h1>github3.py</h1>
34
35
-<p> <a href="https://travis-ci.org/sigmavirus24/github3.py">
+<a href="https://travis-ci.org/sigmavirus24/github3.py">
36
<img
37
src="https://secure.travis-ci.org/sigmavirus24/github3.py.png?branch=mock"
38
alt="Build Status"/> </a>
39
- </p>
40
41
<p>github3.py is a comprehensive, actively developed and extraordinarily stable
42
wrapper around the GitHub API (v3).</p>
0 commit comments