diff --git a/README.md b/README.md index b66972f..c94e5ec 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## About xchan.rb is an easy to use library for InterProcess Communication (IPC). The -library provides a channel that can move Ruby objects between Ruby processes +library provides a channel that can transfer Ruby objects between Ruby processes who have a parent <=> child relationship. The channel is implemented with an unnamed UNIXSocket,