Skip to content

Commit f85e60e

Browse files
committed
Updated docs
1 parent ff81b2c commit f85e60e

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
*~
44
*.log
55
node_modules
6+
*.env

DOCUMENTATION.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
You can see below the API reference of this module.
44

5-
### `bloggify:init(config)`
5+
### Plugin Configuration
66

7-
#### Params
87
- **Object** `config`:
98
- `loginURI` (String): The application login url.
109
- `callbackURI`(String): The application login callback url.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->
12

23
# bloggify-github-login
34

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

65+
66+
6467
## :question: Get Help
6568

6669
There are few ways to get help:
6770

6871
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.
6972
2. For bug reports and feature requests, open issues. :bug:
70-
3. For direct and quick help from me, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
73+
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
7174

7275

7376
## :memo: Documentation
7477

7578

76-
### `bloggify:init(config)`
79+
### Plugin Configuration
7780

78-
#### Params
7981
- **Object** `config`:
8082
- `loginURI` (String): The application login url.
8183
- `callbackURI`(String): The application login callback url.

0 commit comments

Comments
 (0)