diff --git a/Cargo.toml b/Cargo.toml index f50dbf26..6ab99b7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Trivernis/rmp-ipc" -description = "IPC using Rust Message Pack (rmp)" +description = "IPC using Rust MessagePack (rmp)" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 9b91ddaf..05ae411c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rmp-ipc -Interprocess Communication via TCP using Rust Message Pack. +Interprocess Communication via TCP using Rust MessagePack. ## Usage