mirror of https://github.com/gdamore/tcell.git
minor markup fixes
This commit is contained in:
parent
2faa178e3c
commit
46afc5218a
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
# Tcell
|
# Tcell
|
||||||
|
|
||||||
<em>
|
|
||||||
Please see [here](UKRAINE.md) for an important message for the people of Russia.
|
|
||||||
</em>
|
|
||||||
|
|
||||||
_Tcell_ is a _Go_ package that provides a cell based view for text terminals, like _XTerm_.
|
_Tcell_ is a _Go_ package that provides a cell based view for text terminals, like _XTerm_.
|
||||||
It was inspired by _termbox_, but includes many additional improvements.
|
It was inspired by _termbox_, but includes many additional improvements.
|
||||||
|
|
||||||
|
@ -17,6 +13,8 @@ It was inspired by _termbox_, but includes many additional improvements.
|
||||||
[![Discord](https://img.shields.io/discord/639503822733180969?label=&logo=discord)](https://discord.gg/urTTxDN)
|
[![Discord](https://img.shields.io/discord/639503822733180969?label=&logo=discord)](https://discord.gg/urTTxDN)
|
||||||
[![Coverage](https://img.shields.io/codecov/c/github/gdamore/tcell?logoColor=grey&logo=codecov&label=)](https://codecov.io/gh/gdamore/tcell)
|
[![Coverage](https://img.shields.io/codecov/c/github/gdamore/tcell?logoColor=grey&logo=codecov&label=)](https://codecov.io/gh/gdamore/tcell)
|
||||||
|
|
||||||
|
Please see [here](UKRAINE.md) for an important message for the people of Russia.
|
||||||
|
|
||||||
NOTE: This is version 2 of _Tcell_. There are breaking changes relative to version 1.
|
NOTE: This is version 2 of _Tcell_. There are breaking changes relative to version 1.
|
||||||
Version 1.x remains available using the import `github.com/gdamore/tcell`.
|
Version 1.x remains available using the import `github.com/gdamore/tcell`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue