From 3948090ebd53ada130d4aefde6522ee6b0ad300f Mon Sep 17 00:00:00 2001
From: Lukas Metzner
Date: Fri, 1 Dec 2023 21:36:41 +0100
Subject: [PATCH] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 79ec373..b0c2bce 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
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