Fix tables
This commit is contained in:
parent
f21a5ceeed
commit
011b26b5c9
|
@ -17,7 +17,6 @@ Lot'ta goodies.
|
|||
This sample table gives an idea of how to go bu converting to the new major
|
||||
version of Termion.
|
||||
|
||||
+------------------------------------------------------------
|
||||
| 0.1.0 | 1.0.0
|
||||
|--------------------------------|---------------------------
|
||||
| `use termion::IntoRawMode` | `use termion::raw::IntoRawMode`
|
||||
|
|
|
@ -37,7 +37,6 @@ termion = "1.0.0"
|
|||
This sample table gives an idea of how to go bu converting to the new major
|
||||
version of Termion.
|
||||
|
||||
+------------------------------------------------------------
|
||||
| 0.1.0 | 1.0.0
|
||||
|--------------------------------|---------------------------
|
||||
| `use termion::IntoRawMode` | `use termion::raw::IntoRawMode`
|
||||
|
|
Loading…
Reference in New Issue