Skip to content

Instantly share code, notes, and snippets.

@qmx
Created February 4, 2014 02:47
Show Gist options
  • Save qmx/8797377 to your computer and use it in GitHub Desktop.
Save qmx/8797377 to your computer and use it in GitHub Desktop.
diff --git a/Useful-Vert.x-components-and-modules.md b/Useful-Vert.x-components-and-modules.md
index 1004aa0..150f379 100644
--- a/Useful-Vert.x-components-and-modules.md
+++ b/Useful-Vert.x-components-and-modules.md
@@ -59,7 +59,7 @@ If you're thinking of creating an application using Vert.x, here's a list of use
* io.vertx~lang-clojure - https://github.com/vert-x/mod-lang-clojure - Clojure API implementation for Vert.x
-* io.vertx~lang-dynjs - https://github.com/vert-x/mod-lang-php - JavaScript API implementation for Vert.x that uses the DynJS JavaScript engine
+* io.vertx~lang-dynjs - https://github.com/vert-x/mod-lang-dynjs - JavaScript API implementation for Vert.x that uses the DynJS JavaScript engine
* io.vertx~lang-nashorn - https://github.com/vert-x/mod-lang-nashorn - JavaScript API implementation for Vert.x that uses the Oracle Nashorn JavaScript engine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment