Skip to content

Commit c4bae5f

Browse files
committed
docs: update readme file
1 parent 6e0e086 commit c4bae5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Finally, insert the displayed script tag in the page to be debugged. For example
3232

3333
## Limitations
3434

35-
When sending object via [socket.io](https://github.com/socketio/socket.io), they are serialized into JSON which only retains the properties of the object. The type of the object and the methods are not retained. [CircularJSON](https://github.com/WebReflection/circular-json) is used for data serialization.
35+
When sending object via [socket.io](https://github.com/socketio/socket.io), they are serialized into JSON which only retains the properties of the object. The type of the object and the methods are not retained. [Flatted](https://github.com/WebReflection/flatted) is used for data serialization.

0 commit comments

Comments
 (0)