diff --git a/README.md b/README.md index 23ceef32a..3b3d3ae47 100644 --- a/README.md +++ b/README.md @@ -474,13 +474,9 @@ has you covered. ### Can I implement `Engine` in other languages? -Absolutely. The [SPEC](https://github.com/LearnBoost/engine.io-client/blob/master/SPEC.md) -file contains the most up to date description of the implementation specification -at all times. If you're targeting the latest stable release of `Engine`, make sure -to look at the file in the appropriate git branch/tag. - -The Java/NIO implementation will be officially supported, and is being worked -on by the author. +Absolutely. The [engine.io-protocol](https://github.com/LearnBoost/engine.io-protocol) +repository contains the most up to date description of the specification +at all times, and the parser implementation in JavaScript. ## License