From 01f13dc1b818208242566d5115595102b9ce8cf2 Mon Sep 17 00:00:00 2001 From: Kevin M Granger Date: Mon, 6 Mar 2017 17:38:06 -0500 Subject: [PATCH] Fix small typo in readme: icp-channel -> ipc-channel (#129) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f13ec72..1d5034c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ library. * [google/tarpc](https://github.com/google/tarpc): Bincode is used to serialize and deserialize networked RPC messages. * [servo/webrender](https://github.com/servo/webrender): Bincode records webrender API calls for record/replay-style graphics debugging. -* [servo/icp-channel](https://github.com/servo/ipc-channel): Ipc-Channel uses Bincode to send structs between processes using a channel-like API. +* [servo/ipc-channel](https://github.com/servo/ipc-channel): Ipc-Channel uses Bincode to send structs between processes using a channel-like API. ## Example ```rust