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: //!