Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geloczi committed Dec 11, 2021
1 parent 36292d7 commit e212faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Interprocess communication using anonymus pipes.
The goal of this project is to provide a simple framework to send and receive byte arrays over
anonymus pipes efficiently.
You may use a serialization library of your choice on top of this project to implement messaging
like [IpcAnonymousPipes.Json](https://github.com/geloczigeri/ipc-anonymouspipes-json) which is built
You may use a **serialization library of your choice** on top of this project to implement messaging
**like [IpcAnonymousPipes.Json](https://github.com/geloczigeri/ipc-anonymouspipes-json)** which is built
on top of this library to extend it with serialization/deserialization of objects.

- Targets .NET Standard 2.0
Expand Down

0 comments on commit e212faf

Please sign in to comment.