From 7dc3532a71d1517b7b5d90bd4236ee5945118ff6 Mon Sep 17 00:00:00 2001 From: Ahmad Asaad Date: Fri, 4 Oct 2024 00:26:46 +0300 Subject: [PATCH] Update lib.rs --- rock-paper-scissors/src/lib.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rock-paper-scissors/src/lib.rs b/rock-paper-scissors/src/lib.rs index de54fdf..dc3a4c9 100644 --- a/rock-paper-scissors/src/lib.rs +++ b/rock-paper-scissors/src/lib.rs @@ -1,4 +1,4 @@ -//! > Rock Paper Scissors written in Rust +//! > Rock Paper Scissors //! # Guide //! firstly run this crate via cargo: //! ```sh @@ -13,9 +13,10 @@ //! input: //! ``` //! Type `1` for singleplayer or `2` for multiplayer. -//! //! If you chose multiplayer it will prompt you for player names: +//! If you chose multiplayer it will prompt you for player names: //! ```sh -//! player: +//! Enter first player name: +//! Enter second player name: //! ``` //! then it will prompt you for max points number: //! ```sh