Skip to content

Commit 064efcf

Browse files
committed
Fixed formatting.
1 parent 6ce96a9 commit 064efcf

1 file changed

Lines changed: 48 additions & 47 deletions

File tree

README.md

Lines changed: 48 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -29,60 +29,61 @@ $ npm install --save githubjs
2929
```
3030

3131
# Usage
32-
* **User Profile**
33-
34-
```javascript
35-
Github.userProfile({
36-
username: "jashkenas",
37-
selector: ".user-1"
38-
});
39-
```
32+
### User Profile
33+
34+
```javascript
35+
Github.userProfile({
36+
username: "jashkenas",
37+
selector: ".user-1"
38+
});
39+
```
4040

41-
* **User Activity**
42-
43-
```javascript
44-
Github.userActivity({
45-
username: "torvalds",
46-
selector: ".user-2"
47-
});
48-
```
41+
### User Activity
42+
43+
```javascript
44+
Github.userActivity({
45+
username: "torvalds",
46+
selector: ".user-2"
47+
});
48+
```
4949

50-
* **Repository Profile**
50+
### Repository Profile
5151

52-
```javascript
53-
Github.repoProfile({
54-
username: 'atom',
55-
reponame: 'atom',
56-
selector: '.repo-1'
57-
});
58-
```
59-
* **Repository Activity**
52+
```javascript
53+
Github.repoProfile({
54+
username: 'atom',
55+
reponame: 'atom',
56+
selector: '.repo-1'
57+
});
58+
```
59+
60+
### Repository Activity
6061

61-
```javascript
62-
Github.repoActivity({
63-
username: 'joyent',
64-
reponame: 'node',
65-
selector: '.repo-2'
66-
});
67-
```
62+
```javascript
63+
Github.repoActivity({
64+
username: 'joyent',
65+
reponame: 'node',
66+
selector: '.repo-2'
67+
});
68+
```
6869

69-
* **Organization Profile**
70+
### Organization Profile
7071

71-
```javascript
72-
Github.orgProfile({
73-
orgname: 'facebook',
74-
selector: '.org-1'
75-
});
76-
```
72+
```javascript
73+
Github.orgProfile({
74+
orgname: 'facebook',
75+
selector: '.org-1'
76+
});
77+
```
7778

78-
* **Organization Activity**
79+
### Organization Activity
7980

80-
```javascript
81-
Github.orgActivity({
82-
orgname: 'google',
83-
selector: '.org-2'
84-
});
85-
```
81+
```javascript
82+
Github.orgActivity({
83+
orgname: 'google',
84+
selector: '.org-2'
85+
});
86+
```
8687

8788
# Documentation
8889
* [Complete Documentation](https://github.com/akshaykumar6/github-js/wiki)
@@ -96,7 +97,7 @@ $ cd github-js
9697

9798
If you're not familiar with Git, visit the [Git homepage](http://git-scm.com/) to download Git for your platform.
9899

99-
**Have a bug or a feature request? ** [Please open a new issue](https://github.com/akshaykumar6/github-js/issues).
100+
**Got a bug or a feature request?** [Please open a new issue](https://github.com/akshaykumar6/github-js/issues).
100101

101102
# License
102103
**github-js** © 2015, Akshay Sharma Released under the [MIT License](http://mit-license.org/).

0 commit comments

Comments
 (0)