File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
[ ![ Travis] ( https://img.shields.io/travis/github-tools/github.svg?maxAge=60 )] [ travis-ci ]
10
10
[ ![ Codecov] ( https://img.shields.io/codecov/c/github/github-tools/github.svg?maxAge=2592000 )] [ codecov ]
11
11
12
- Github.js provides a minimal higher-level wrapper around Github's API.
12
+ ` Github.js ` provides a minimal higher-level wrapper around Github's API.
13
13
14
14
## Usage
15
15
@@ -71,7 +71,7 @@ clayreimann.listStarredRepos(function(err, repos) {
71
71
should include updated JSDoc.
72
72
73
73
## Installation
74
- Github.js is available from ` npm ` or [ unpkg] [ unpkg ] .
74
+ ` Github.js ` is available from ` npm ` or [ unpkg] [ unpkg ] .
75
75
76
76
``` shell
77
77
npm install github-api
@@ -86,10 +86,10 @@ npm install github-api
86
86
```
87
87
88
88
## Compatibility
89
- ` Github.js ` is tested on Node.js:
89
+ ` Github.js ` is tested on ` Node.js ` :
90
90
* 6.x
91
91
92
- Note: ` Github.js ` uses Promise, hence it will not work in Node.js < 4 without polyfill.
92
+ Note: ` Github.js ` uses Promise, hence it will not work in ` Node.js ` < 4 without polyfill.
93
93
94
94
[ codecov ] : https://codecov.io/github/github-tools/github?branch=master
95
95
[ docs ] : http://github-tools.github.io/github/
You can’t perform that action at this time.
0 commit comments