Update README.md to remove broken link.

Opting to just remove the link altogether to fix #1
This commit is contained in:
Coleman McFarland
2019-09-22 13:46:46 +00:00
parent f5bcff90f8
commit 3ff2d28a92
+1 -1
View File
@@ -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:<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")`.