From 560b3e9b429e81b98176204afc42435639fbea3c Mon Sep 17 00:00:00 2001 From: Martin Probst Date: Wed, 8 Oct 2014 10:01:02 -0700 Subject: [PATCH] fix outdated comment --- README.md | 2 -- 1 file changed, 2 deletions(-) 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.