Skip to content

Commit 6ce96a9

Browse files
committed
Fixed code snippets formatting.
1 parent a606ac4 commit 6ce96a9

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,44 +29,54 @@ $ npm install --save githubjs
2929
```
3030

3131
# Usage
32-
* #### User Profile
32+
* **User Profile**
33+
3334
```javascript
3435
Github.userProfile({
3536
username: "jashkenas",
3637
selector: ".user-1"
3738
});
3839
```
39-
* #### User Activity
40+
41+
* **User Activity**
42+
4043
```javascript
4144
Github.userActivity({
4245
username: "torvalds",
4346
selector: ".user-2"
4447
});
4548
```
46-
* #### Repository Profile
49+
50+
* **Repository Profile**
51+
4752
```javascript
4853
Github.repoProfile({
4954
username: 'atom',
5055
reponame: 'atom',
5156
selector: '.repo-1'
5257
});
5358
```
54-
* #### Repository Activity
59+
* **Repository Activity**
60+
5561
```javascript
5662
Github.repoActivity({
5763
username: 'joyent',
5864
reponame: 'node',
5965
selector: '.repo-2'
6066
});
6167
```
62-
* #### Organization Profile
68+
69+
* **Organization Profile**
70+
6371
```javascript
6472
Github.orgProfile({
6573
orgname: 'facebook',
6674
selector: '.org-1'
6775
});
6876
```
69-
* #### Organization Activity
77+
78+
* **Organization Activity**
79+
7080
```javascript
7181
Github.orgActivity({
7282
orgname: 'google',
@@ -91,4 +101,4 @@ If you're not familiar with Git, visit the [Git homepage](http://git-scm.com/) t
91101
# License
92102
**github-js** © 2015, Akshay Sharma Released under the [MIT License](http://mit-license.org/).
93103

94-
Authored and maintained by [Akshay Sharma](http://akshaykumar6.github.io/).
104+
Authored and maintained by [Akshay Sharma](http://akshaykumar6.github.io/).

0 commit comments

Comments
 (0)