From 3633bd9d56a992e4e1b9c915f4245f66dd1b86f8 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Mon, 24 Oct 2016 20:30:04 +1100 Subject: [PATCH] Trivial README fixes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b5f86d4..f4f1c188 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ slow, so when only the non-minified library is needed, one can use the ## Custom builds -The folder `dist` contains bundled versions of vis.js for direct use in the browser. These bundles contain the all visualizations and includes external dependencies such as hammer.js and moment.js. +The folder `dist` contains bundled versions of vis.js for direct use in the browser. These bundles contain all the visualizations and include external dependencies such as hammer.js and moment.js. The source code of vis.js consists of commonjs modules, which makes it possible to create custom bundles using tools like [Browserify](http://browserify.org/) or [Webpack](http://webpack.github.io/). This can be bundling just one visualization like the Timeline, or bundling vis.js as part of your own browserified web application.