From 1fce2d66f6797b335caec6a0a0c1ea87fffa8a8e Mon Sep 17 00:00:00 2001 From: Daniel Sokolowski Date: Thu, 22 May 2014 12:29:43 -0400 Subject: [PATCH] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 884757fe..82453318 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Compression and Error checking ------------------------------ The plugin code is checked using ([JsLint](http://jslint.com/)). Any remaining errors and warnings are intentional. -The plugin is compressed using the ([Google Closure Compiler](http://closure-compiler.appspot.com/home)). The source was adapted to facilitate the `ADVANCED_OPTIMIZATIONS` level. `$.Link` is merged into the file. On Windows, the folling BAT script can be used to run the compiler. On OS X or Linux enviroments, simply run the `java -jar` command from the command line. +The plugin is compressed using the ([Google Closure Compiler](http://closure-compiler.appspot.com/home)). The source was adapted to facilitate the `ADVANCED_OPTIMIZATIONS` level. `$.Link` is merged into the file. On Windows, the following BAT script can be used to run the compiler. On OS X or Linux enviroments, simply run the `java -jar` command from the command line. ```bat @echo off