Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
basson099 committed Feb 25, 2020
1 parent 166e911 commit f0b3561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ An asynchronous websocket server using libuv is provided to demostrate how to us

## How to use it in your project

Copy all files except main.cpp from src folder to your project folder. Modify function WebSocketEndpoint::from_wire/to_wire and combine it with your network transport read/write function.The module-connection looks like below:
Copy all files except main.cpp from src folder to your project folder. Modify function WebSocketEndpoint::from_wire/to_wire and combine it with your network transport read/write function.The connections between modules may look like below:

![Alt text](https://github.com/beikesong/websocketfiles/blob/master/image/module-connection.png)

Expand Down

0 comments on commit f0b3561

Please sign in to comment.