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 -```