Skip to content

Commit 957635c

Browse files
committed
Updated README.md
1 parent ca0ac04 commit 957635c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ You could change the transport of your application in literally one line.
5858
- High performance:
5959
- Non-blocking sockets: scale the application without wasting memory and time synchonizing
6060
multiple threads.
61-
- Zero-copy message. You write and read directly from the internal OS socket buffer without any copy in the middle by the library.
61+
- Write/read messages with zero-copy.
62+
You write and read directly from the internal OS socket buffer without any copy in the middle by the library.
6263
- Full duplex: simultaneous reading/writing operations over same internal OS sockets.
6364
- Customizable: `message-io` doesn't have the transport you need?
6465
Add easily and [adapter](#custom-adapter).
@@ -78,7 +79,7 @@ message-io = { version = "0.12", default-features = false, features = ["tcp", "u
7879
```
7980

8081
**Warning**: Version **0.12** comes with important API changes ([changelog](CHANGELOG.md))
81-
in order to reach [zero-copy message](https://github.com/lemunozm/message-io/issues/61) goal.
82+
in order to reach [zero-copy write/read](https://github.com/lemunozm/message-io/issues/61) goal.
8283
If you find problems porting your application to this version,
8384
check the examples folder, API docs, and don't hesitate to open an issue.
8485

0 commit comments

Comments
 (0)