From 92ba44c99b8a7cc8a47948bba230bf790578a982 Mon Sep 17 00:00:00 2001 From: jD91mZM2 Date: Sat, 2 Jun 2018 15:58:34 +0200 Subject: [PATCH] README: Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d59bc12aa5..409d6f5d4a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A userspace daemon for interprocess communication. ## Usage -[Example usage](https://github.com/redox-os/chand/blob/master/examples/chan.rs) +[Example usage](https://github.com/redox-os/ipcd/blob/master/examples/main.rs) Simply open `chan:` with O_CREAT where `` is any name you'd like to create a listener. This listener can accept clients by calling `dup("listen")`.