Skip to content

Commit 7ee3ae8

Browse files
authored
Updates cargo run command in examples (#71)
1 parent 0fb2648 commit 7ee3ae8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/hello_world.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//!
66
//! You can test this out by running:
77
//!
8-
//! cargo run --bin server
8+
//! cargo run --bin mini-redis-server
99
//!
1010
//! And then in another terminal run:
1111
//!

examples/pub.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//!
66
//! You can test this out by running:
77
//!
8-
//! cargo run --bin server
8+
//! cargo run --bin mini-redis-server
99
//!
1010
//! Then in another terminal run:
1111
//!

examples/sub.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//!
66
//! You can test this out by running:
77
//!
8-
//! cargo run --bin server
8+
//! cargo run --bin mini-redis-server
99
//!
1010
//! Then in another terminal run:
1111
//!

0 commit comments

Comments
 (0)