diff --git a/README.md b/README.md index 79ec373..b0c2bce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Logo

Totoro

-

A single topic message queue server written in Rust

+

A single topic in-memory message queue server written in Rust

## Description - One instance has exactly one queue @@ -11,7 +11,7 @@ ## Run Server ``` -cargo run --bin server +cargo run --bin totoro ``` ## Run Examples