From 4ad5ffad78d4ff88223d0a741af57be966c2f2d1 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Tue, 30 Jun 2015 16:29:06 +0200 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e23e7e1d..7237c5f0 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ The folder `dist` contains bundled versions of vis.js for direct use in the brow 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. -*Note that hammer.js version 1 is required (v1.0.6-v1.1.3), version 2 is not yet supported.* +*Note that hammer.js version 2 is required as of v4.* #### Prerequisites