Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
Closes #244
  • Loading branch information
mikaelmello committed Sep 29, 2024
1 parent a896bac commit 080b115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ If you'd like to see more examples, the [`date.rs`](./inquire/examples/date.rs)

## Terminal Back-end

Currently, there are like 3 major libraries to manipulate terminals: [crossterm](https://lib.rs/crates/crossterm), [console](https://lib.rs/crates/console) and [termion](https://lib.rs/crates/crossterm).
Currently, there are like 3 major libraries to manipulate terminals: [crossterm](https://lib.rs/crates/crossterm), [console](https://lib.rs/crates/console) and [termion](https://lib.rs/crates/termion).

Binary Rust applications that intend to manipulate terminals will probably pick any one of these 3 to power underlying abstractions. `inquire` chose to support crossterm by default in order to support many features on Windows out-of-the-box.

Expand Down

0 comments on commit 080b115

Please sign in to comment.