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")`.