Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
iahmadgad authored Oct 3, 2024
1 parent 793b364 commit 7dc3532
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rock-paper-scissors/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! > Rock Paper Scissors written in Rust
//! > Rock Paper Scissors
//! # Guide
//! firstly run this crate via cargo:
//! ```sh
Expand All @@ -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
Expand Down

0 comments on commit 7dc3532

Please sign in to comment.