Updates cargo run command in examples (#71)

This commit is contained in:
Milan
2020-12-28 18:13:32 -05:00
committed by GitHub
parent 0fb264826d
commit 7ee3ae8342
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
//! //!
//! You can test this out by running: //! You can test this out by running:
//! //!
//! cargo run --bin server //! cargo run --bin mini-redis-server
//! //!
//! And then in another terminal run: //! And then in another terminal run:
//! //!

View File

@@ -5,7 +5,7 @@
//! //!
//! You can test this out by running: //! You can test this out by running:
//! //!
//! cargo run --bin server //! cargo run --bin mini-redis-server
//! //!
//! Then in another terminal run: //! Then in another terminal run:
//! //!

View File

@@ -5,7 +5,7 @@
//! //!
//! You can test this out by running: //! You can test this out by running:
//! //!
//! cargo run --bin server //! cargo run --bin mini-redis-server
//! //!
//! Then in another terminal run: //! Then in another terminal run:
//! //!