Skip to content

Commit 1e817b1

Browse files
committed
Update the readme
1 parent e0666fd commit 1e817b1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Github.js
22

33
[![Downloads per month](https://img.shields.io/npm/dm/github-api.svg?maxAge=2592000)][npm-package]
4-
[![Latest version](https://img.shields.io/npm/v/github-api.svg?maxAge=2592000)][npm-package]
4+
[![Latest version](https://img.shields.io/npm/v/github-api.svg?maxAge=3600)][npm-package]
55
[![Gitter](https://img.shields.io/gitter/room/michael/github.js.svg?maxAge=2592000)][gitter]
6-
[![Travis](https://img.shields.io/travis/michael/github.svg?maxAge=2592000)][travis-ci]
7-
[![Codecov](https://img.shields.io/codecov/c/github/michael/github.svg?maxAge=2592000)][codecov]
6+
[![Travis](https://img.shields.io/travis/michael/github.svg?maxAge=60)][travis-ci]
7+
<!-- [![Codecov](https://img.shields.io/codecov/c/github/michael/github.svg?maxAge=2592000)][codecov] -->
88

99
Github.js provides a minimal higher-level wrapper around Github's API. It was concieved in the context of
1010
[Prose][prose], a content editor for GitHub.
1111

12+
## Docs
13+
Read the [docs][docs]
14+
1215
## Installation
1316
Github.js is available from `npm` or (soon) [cdnjs][cdnjs].
1417

@@ -105,3 +108,4 @@ yahoo.getRepos(function(err, repos) {
105108
[npm-package]: https://www.npmjs.com/package/github-api
106109
[prose]: http://prose.io
107110
[xhr-link]: http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx
111+
[docs]: http://clayreimann.me/github/

0 commit comments

Comments
 (0)