From 7ee3ae8342f66225824f539889ee5d179f670bd8 Mon Sep 17 00:00:00 2001 From: Milan Date: Mon, 28 Dec 2020 18:13:32 -0500 Subject: [PATCH] Updates cargo run command in examples (#71) --- examples/hello_world.rs | 2 +- examples/pub.rs | 2 +- examples/sub.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hello_world.rs b/examples/hello_world.rs index fd1cc5a..34d2ae8 100644 --- a/examples/hello_world.rs +++ b/examples/hello_world.rs @@ -5,7 +5,7 @@ //! //! You can test this out by running: //! -//! cargo run --bin server +//! cargo run --bin mini-redis-server //! //! And then in another terminal run: //! diff --git a/examples/pub.rs b/examples/pub.rs index 0a5d05d..bdae6dd 100644 --- a/examples/pub.rs +++ b/examples/pub.rs @@ -5,7 +5,7 @@ //! //! You can test this out by running: //! -//! cargo run --bin server +//! cargo run --bin mini-redis-server //! //! Then in another terminal run: //! diff --git a/examples/sub.rs b/examples/sub.rs index ad87cb9..2d0a2cc 100644 --- a/examples/sub.rs +++ b/examples/sub.rs @@ -5,7 +5,7 @@ //! //! You can test this out by running: //! -//! cargo run --bin server +//! cargo run --bin mini-redis-server //! //! Then in another terminal run: //!