From 71e844f61362adf43d1a339cd2747834119189e8 Mon Sep 17 00:00:00 2001 From: Leon Gersen Date: Sat, 27 Dec 2014 13:59:06 +0100 Subject: [PATCH] Update ReadMe --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index daf52a4..be9336e 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,3 @@ Documentation and examples are available on [refreshless.com/wnumb](http://refre # License Licensed [WTFPL](http://www.wtfpl.net/about/), so free for personal and commercial use. - -# Compression - -wNumb is compressed using the Google Closure compiler. - -``` -java -jar .\compiler.jar --compilation_level ADVANCED_OPTIMIZATIONS --warning_level VERBOSE --js .\wNumb.js --js_output_file .\wNumb.min.js -```