Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
alairon authored Jan 4, 2019
1 parent 5ca31a8 commit 881dbdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You will need to install the following dependencies by typing `npm install` into
* [`discord-rpc`](https://www.npmjs.com/package/discord-rpc)
* [`discord-rich-presence`](https://www.npmjs.com/package/discord-rich-presence)

Note: When installing `discord.js` and `discord-rpc`, you may receive `WARN` messages from npm asking you to install several peer dependencies. These [dependencies](https://www.npmjs.com/package/discord.js#optional-packages) are for WebSockets and the voice support, which this application doesn't use. You can safely ignore them.
Note: When installing `discord.js` and `discord-rpc`, you may receive `WARN` messages from npm asking you to install several peer dependencies. These [dependencies](https://www.npmjs.com/package/discord.js#optional-packages) are for WebSockets and voice support, which this application doesn't use. You can safely ignore them.

## Running the Application
If you have npm installed, type `npm start` into a terminal to start the program.
Expand All @@ -32,4 +32,4 @@ At the time of writing, this application used the following configurations:
* `electron: 4.0.0`
* `discord.js: 11.4.2`
* `discord-rpc: 3.0.1`
* `discord-rich-presence: 0.0.7`
* `discord-rich-presence: 0.0.7`

0 comments on commit 881dbdf

Please sign in to comment.