Skip to content

Commit 5e366c4

Browse files
committed
docs: added caption
1 parent 9139efb commit 5e366c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ githubFactory.getUser({
4242
});
4343
```
4444

45+
#### getUsers
4546
```js
46-
//https://developer.github.com/v3/search/#search-users
47-
47+
// https://developer.github.com/v3/search/#search-users
4848
githubFactory.getUsers({
4949
q:"<SEARCH_STRING>", // (optional)
5050
sort:"<SORT_STRING>", // (optional) 'followers', 'repositories', 'joined'

0 commit comments

Comments
 (0)