Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Sep 4, 2017
1 parent ff81b2c commit f85e60e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*~
*.log
node_modules
*.env
3 changes: 1 addition & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

You can see below the API reference of this module.

### `bloggify:init(config)`
### Plugin Configuration

#### Params
- **Object** `config`:
- `loginURI` (String): The application login url.
- `callbackURI`(String): The application login callback url.
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->

# bloggify-github-login

Expand Down Expand Up @@ -61,21 +62,22 @@ GitHub.on("login-success", (token, user, lien) => {
});
```



## :question: Get Help

There are few ways to get help:

1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.
2. For bug reports and feature requests, open issues. :bug:
3. For direct and quick help from me, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:


## :memo: Documentation


### `bloggify:init(config)`
### Plugin Configuration

#### Params
- **Object** `config`:
- `loginURI` (String): The application login url.
- `callbackURI`(String): The application login callback url.
Expand Down

0 comments on commit f85e60e

Please sign in to comment.