Skip to content

Commit cda2441

Browse files
xSavitarclayreimann
authored andcommitted
Adding styling to text
Added styles to some portion of the text to make it more user friendly :).
1 parent cd26446 commit cda2441

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Travis](https://img.shields.io/travis/github-tools/github.svg?maxAge=60)][travis-ci]
1010
[![Codecov](https://img.shields.io/codecov/c/github/github-tools/github.svg?maxAge=2592000)][codecov]
1111

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.
1313

1414
## Usage
1515

@@ -71,7 +71,7 @@ clayreimann.listStarredRepos(function(err, repos) {
7171
should include updated JSDoc.
7272

7373
## Installation
74-
Github.js is available from `npm` or [unpkg][unpkg].
74+
`Github.js` is available from `npm` or [unpkg][unpkg].
7575

7676
```shell
7777
npm install github-api
@@ -86,10 +86,10 @@ npm install github-api
8686
```
8787

8888
## Compatibility
89-
`Github.js` is tested on Node.js:
89+
`Github.js` is tested on `Node.js`:
9090
* 6.x
9191

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.
9393

9494
[codecov]: https://codecov.io/github/github-tools/github?branch=master
9595
[docs]: http://github-tools.github.io/github/

0 commit comments

Comments
 (0)