From 286c9bec123270d83c589151c5a67cdda5bcd56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Proch=C3=A1zka?= Date: Fri, 28 Apr 2017 22:55:27 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f41403e..f559878b 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # VTS Browser JS The VTS Browser JS is a *JavaScript WebGL 3D maps rendering engine* used and -developed by Melown Technologies SE (http://melown.com) in their products. Live examples can be found [here](https://www.melown.com/intergeo2016/), [here](https://www.melown.com/mercury/) or [here](https://github.com/Melown/vts-browser-js/wiki/Examples) +developed by Melown Technologies SE (http://melown.com) in their products. Live examples can be found [here](https://www.melown.com/intergeo2016/), [here](https://www.melown.com/mercury/) or [here](https://github.com/Melown/vts-browser-js/wiki/Examples). The build system uses [webpack module bundler](http://webpack.github.io/). Typical development cycle starts with `npm install` for installation of @@ -9,8 +9,7 @@ dependenices. Then you usually run `webpack-dev-server` and build with `webpack` ## User documentation -The Melown API (VTS Browser JS) user documentation (how to use generated -JavaScrip API in your web page) is available in our wiki: +VTS Browser JavaScript API documentation is available in our wiki: * [VTS Browser API](https://github.com/Melown/vts-browser-js/wiki)