Skip to content

Commit e9c38ed

Browse files
authored
Update README.md to use renamed bins introduced on #44
1 parent 58e816e commit e9c38ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for interacting with the server.
3232
Start the server:
3333

3434
```
35-
RUST_LOG=debug cargo run --bin server
35+
RUST_LOG=debug cargo run --bin mini-redis-server
3636
```
3737

3838
The [`tracing`](https://github.com/tokio-rs/tracing) crate is used to provide structured logs.
@@ -51,9 +51,9 @@ Additionally, a CLI client is provided to run arbitrary commands from the
5151
terminal. With the server running, the following works:
5252

5353
```
54-
cargo run --bin cli set foo bar
54+
cargo run --bin mini-redis-cli set foo bar
5555
56-
cargo run --bin cli get foo
56+
cargo run --bin mini-redis-cli get foo
5757
```
5858

5959
## Supported commands

0 commit comments

Comments
 (0)