Skip to content

Commit 369e814

Browse files
authored
Update README.md
1 parent b36d93c commit 369e814

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ yarn add blwebhooks@nightly
5555

5656
| Name | Features |
5757
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
58-
| discord.js | `DATABASE`, `EXPRESS`, `HOOKS`, `SECURITY` |
59-
| Eris | `EXPRESS`, `HOOKS`, `SECURITY` |
58+
| [discord.js](https://www.npmjs.com/package/discord.js) | `DATABASE`, `EXPRESS`, `HOOKS`, `SECURITY` |
59+
| [Eris](https://www.npmjs.com/package/eris) | `EXPRESS`, `HOOKS`, `SECURITY` |
6060

6161
# Supported Lists
6262

@@ -78,7 +78,7 @@ import * as blwebhooks from "blwebhooks";
7878
const blwebhooks = require("blwebhooks");
7979
```
8080

81-
**With discord.js**
81+
### With discord.js
8282
```js
8383
const discord = require("discord.js");
8484
const client = discord.Client();
@@ -88,7 +88,7 @@ const voteClient = new WebhooksManager(client, 80);
8888
client.voteManager = voteClient;
8989
```
9090

91-
**With Eris**
91+
### With Eris
9292
```js
9393
const Eris = require("eris");
9494

0 commit comments

Comments
 (0)