From f13ee8f0d5154757aa5c746737cba193ffc3660e Mon Sep 17 00:00:00 2001 From: Brendan Molloy Date: Sun, 20 Oct 2019 22:38:40 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4db135..a2fe176 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ features = ["cursor"] # Enable cursor feature only use crossterm::cursor; ``` -#### `crossterm_curosr` crate: +#### `crossterm_cursor` crate: ```toml [dependencies]