README: Fix broken link

This commit is contained in:
jD91mZM2
2018-06-02 15:58:34 +02:00
parent 4327481d3c
commit 92ba44c99b
+1 -1
View File
@@ -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:<name>` with O_CREAT where `<name>` is any name you'd like to create a listener.
This listener can accept clients by calling `dup("listen")`.