Skip to content

Commit 6120420

Browse files
committed
Updated docs
1 parent d197086 commit 6120420

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

DOCUMENTATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ You can see below the API reference of this module.
1616

1717
:arrow_up: The following events are emitted by the module:
1818

19-
- **`login-error`** (err, [lien](https://github.com/LienJS/Lien), ghApiClient)
19+
- **`login-error`** (`err`, [`lien`](https://github.com/LienJS/Lien), ghApiClient)
2020

2121
An error happened durring the error.
2222

23-
- **`login-success`** token, user, res.lien, ghApiClient);
23+
- **`login-success`** (`token`, `user`, `lien`, `ghApiClient`);
2424

2525
The user metadata was fetched. If you don't want to fetch
2626

27-
- **`token`** (token, lien, ghApiClient)
27+
- **`token`** (`token`, `lien`, `ghApiClient`)
2828

2929
Emitted when the token is successfully got.
3030

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ GitHub.on("login-success", (token, user, lien) => {
7878

7979
:arrow_up: The following events are emitted by the module:
8080

81-
- **`login-error`** (err, [lien](https://github.com/LienJS/Lien), ghApiClient)
81+
- **`login-error`** (`err`, [`lien`](https://github.com/LienJS/Lien), ghApiClient)
8282

8383
An error happened durring the error.
8484

85-
- **`login-success`** token, user, res.lien, ghApiClient);
85+
- **`login-success`** (`token`, `user`, `lien`, `ghApiClient`);
8686

8787
The user metadata was fetched. If you don't want to fetch
8888

89-
- **`token`** (token, lien, ghApiClient)
89+
- **`token`** (`token`, `lien`, `ghApiClient`)
9090

9191
Emitted when the token is successfully got.
9292

0 commit comments

Comments
 (0)