Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Metzner authored Dec 1, 2023
1 parent 5b6891c commit 3948090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="assets/totoro-logo-no-bg.png" alt="Logo" width="200"/>
</p>
<h1 align="center">Totoro</h1>
<h3 align="center">A single topic message queue server written in Rust</h3>
<h3 align="center">A single topic in-memory message queue server written in Rust</h3>

## Description
- One instance has exactly one queue
Expand All @@ -11,7 +11,7 @@

## Run Server
```
cargo run --bin server
cargo run --bin totoro
```

## Run Examples
Expand Down

0 comments on commit 3948090

Please sign in to comment.