diff --git a/README.md b/README.md index 9283df7..fb7cbbb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # comfork - Communicative Forking Creates privately owned pipes for communicating between parent and child processes through Rust streams. +Also allows for error reporting and value returning from a child process to its parent.