Merge branch 'master' of github.com:estools/escodegen
diff --git a/README.md b/README.md
index 415b5b5..e867e4b 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 
 Escodegen ([escodegen](http://github.com/estools/escodegen)) is an
 [ECMAScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm)
-(also popularly known as [JavaScript](http://en.wikipedia.org/wiki/JavaScript>JavaScript))
+(also popularly known as [JavaScript](http://en.wikipedia.org/wiki/JavaScript))
 code generator from [Mozilla's Parser API](https://developer.mozilla.org/en/SpiderMonkey/Parser_API)
 AST. See the [online generator](https://estools.github.io/escodegen/demo/index.html)
 for a demo.