diff --git a/README.md b/README.md index 5b2caf7..3ba8dd2 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,3 @@ A preprocessor to handle Closure's goog.module() system. Rewrites source files that declare modules using `goog.module()` so that they are properly loaded by Closure's module loader. - -See [e2e-test/module.spec.js](e2e-test/module.spec.js) for an example.