From 3ff2d28a92f7e93ee1138898a2606a5d82f01bba Mon Sep 17 00:00:00 2001 From: Coleman McFarland Date: Sun, 22 Sep 2019 13:46:46 +0000 Subject: [PATCH] Update README.md to remove broken link. Opting to just remove the link altogether to fix #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8222b2e68..553034bdf4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A userspace daemon for interprocess communication. ## Usage -See the `examples` folder. [Hello World example](https://github.com/redox-os/ipcd/blob/master/examples/hello.rs) +See the `examples` folder. 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")`.