From 97b013de460666233b017ea17040857f8385bad6 Mon Sep 17 00:00:00 2001 From: Cynthia Lin Date: Mon, 4 Sep 2017 15:36:43 -0700 Subject: [PATCH] Fix whitespace in 11.2.0 welcome docs. (#1887) --- docs/general/welcome.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/general/welcome.md b/docs/general/welcome.md index 7cce81f24..3babe2bc8 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -30,11 +30,11 @@ discord.js is a powerful [node.js](https://nodejs.org) module that allows you to - 100% coverage of the Discord API ## Installation -**Node.js 6.0.0 or newer is required.** +**Node.js 6.0.0 or newer is required.** Ignore any warnings about unmet peer dependencies, as they're all 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` +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` With voice support ([opusscript](https://www.npmjs.com/package/opusscript)): `npm install discord.js opusscript --save` ### Audio engines @@ -79,7 +79,7 @@ client.login('your token'); ## Contributing Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the -[documentation](https://discord.js.org/#/docs). +[documentation](https://discord.js.org/#/docs). See [the contribution guide](https://github.com/hydrabolt/discord.js/blob/master/.github/CONTRIBUTING.md) if you'd like to submit a PR. ## Help