mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 11:10:38 +00:00
get grammer gooder
This commit is contained in:
parent
2e1310ae72
commit
f73fd4ec29
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Web builds
|
# Web builds
|
||||||
In addition to your usual Node applications, discord.js has special distributions available that are capable of running in web browsers.
|
In addition to your usual Node applications, discord.js has special distributions available that are capable of running in web browsers.
|
||||||
This is useful for client-side web apps that need to interact with the Discord API.
|
This is useful for client-side web apps that need to interact with the Discord API.
|
||||||
[Webpack 2](https://webpack.js.org/) is used to generate these builds
|
[Webpack 2](https://webpack.js.org/) is used to build these.
|
||||||
|
|
||||||
## Usage
|
## 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/hydrabolt/discord.js/tree/webpack) of the GitHub repository.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue