Skip to content

Commit

Permalink
feat: add the crab
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorHo committed Nov 14, 2023
1 parent 5c8d227 commit 7054b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🦀 Rust Custom Selectable List

This package uses _[crossterm](https://crates.io/crates/crossterm)_ to create a custom selectable list.
This example uses _[crossterm](https://crates.io/crates/crossterm)_ to create a custom selectable list.


### Example
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fn main() {
io::stdout(),
cursor::Hide,
style::PrintStyledContent(
style::style("\n\nWelcome to the Selectable List Example!\n\n").bold()
style::style("\n\n🦀 Welcome to the Selectable List Example!\n\n").bold()
)
)
.unwrap();
Expand Down

0 comments on commit 7054b3a

Please sign in to comment.