Update repository references

This commit is contained in:
Schuyler Cebulskie
2018-01-18 14:40:02 -05:00
parent bb8ed98a85
commit 51ddd6595c
6 changed files with 20 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ This is useful for client-side web apps that need to interact with the Discord A
[Webpack 2](https://webpack.js.org/) is used to build these.
## Usage
You can obtain your desired version of discord.js' web build from the [webpack branch](https://github.com/hydrabolt/discord.js/tree/webpack) of the GitHub repository.
You can obtain your desired version of discord.js' web build from the [webpack branch](https://github.com/discordjs/discord.js/tree/webpack) of the GitHub repository.
There is a file for each branch and version of the library, and the ones ending in `.min.js` are minified to substantially reduce the size of the source code.
Include the file on the page just as you would any other JS library, like so: