From b92319d8e6c2b1052e9bcb677df618fcdb649866 Mon Sep 17 00:00:00 2001 From: Pavol Bielik Date: Mon, 26 Jan 2015 02:33:43 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 15db93a4..1dc1682c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ The implementation of UnuglifyJS is based on [UglifyJS 2](https://github.com/mis This page documents how to use the UnuglifyJS as a client of the [Nice 2 Predict](https://github.com/eth-srl/2Nice) framework to build statistical model learnt from thousands of open source projects, which is subsequently used to rename variables and parameters names of minified JavaScript files. A live demo of the Unuglify client is available at http://www.nice2predict.org. +NPM Module +------- + +comming soon. + Install -------