Fix typo in upgrade manual

This commit is contained in:
Jan C 2018-06-04 07:56:11 +02:00 committed by Timon
parent caa7579ef6
commit 8ae933879d

View File

@ -3,13 +3,13 @@ Upgrade crossterm 0.2 to 0.2.1
Namespaces: Namespaces:
I have changed the namespaces. I found the namsespaces to long so I have shoted them like the followin: I have changed the namespaces. I found the namsespaces to long so I have shoted them like the followin:
Old: crossterm::crosster_style Old: crossterm::crossterm_style
New: crossterm::style New: crossterm::style
Old: crossterm::crosster_terminal Old: crossterm::crossterm_terminal
New: crossterm::terminal New: crossterm::terminal
Old: crossterm::crosster_cursor Old: crossterm::crossterm_cursor
New: crossterm::cursor New: crossterm::cursor
Method names that changed [Issue 4](https://github.com/TimonPost/crossterm/issues/4): Method names that changed [Issue 4](https://github.com/TimonPost/crossterm/issues/4):