From a3cec3bc1f1879a7b266c9fa04149ac53c080cc8 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sat, 3 Mar 2018 15:36:59 -0500 Subject: [PATCH] We must not be like Todd Howard --- docs/topics/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/web.md b/docs/topics/web.md index 587fac963..a88cd1524 100644 --- a/docs/topics/web.md +++ b/docs/topics/web.md @@ -1,7 +1,7 @@ # Web builds 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. -[Webpack 2](https://webpack.js.org/) is used to build these. +[Webpack 3](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/discordjs/discord.js/tree/webpack) of the GitHub repository.