This commit is contained in:
Schuyler Cebulskie
2017-01-30 21:52:41 -05:00
parent f73fd4ec29
commit 94483ae194
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ discord.js is a powerful node.js module that allows you to interact with the
## Installation
**Node.js 6.0.0 or newer is required.**
Ignore any warnings about unmet peer dependencies, as they're are optional.
Ignore any warnings about unmet peer dependencies, as they're optional.
Without voice support: `npm install discord.js --save`
With voice support ([node-opus](https://www.npmjs.com/package/node-opus)): `npm install discord.js node-opus --save`

View File

@@ -31,7 +31,7 @@ discord.js is a powerful node.js module that allows you to interact with the
## Installation
**Node.js 6.0.0 or newer is required.**
Ignore any warnings about unmet peer dependencies, as they're are optional.
Ignore any warnings about unmet peer dependencies, as they're optional.
Without voice support: `npm install discord.js --save`
With voice support ([node-opus](https://www.npmjs.com/package/node-opus)): `npm install discord.js node-opus --save`