Merge pull request #540 from zhxnlai/patch-1

Fix broken link in README
This commit is contained in:
Naoyuki Kanezawa
2019-03-15 10:06:15 +09:00
committed by GitHub

View File

@@ -66,7 +66,7 @@ socket.on(Socket.EVENT_CONNECT, new Emitter.Listener() {
socket.connect(); socket.connect();
``` ```
This Library uses [org.json](http://www.json.org/java/) to parse and compose JSON strings: This Library uses [org.json](https://github.com/stleary/JSON-java) to parse and compose JSON strings:
```java ```java
// Sending an object // Sending an object