Remove authors

This commit is contained in:
Christian Rocha 2020-04-27 11:43:11 -04:00
parent f93b752fcc
commit 6c8ee9f7dc
No known key found for this signature in database
GPG Key ID: D6CC7A16E5878018
1 changed files with 5 additions and 9 deletions

View File

@ -67,11 +67,13 @@ Hungry for more? See the [other examples][examples].
[examples]: https://github.com/charmbracelet/tea/tree/master/examples
## Other Resources
## Authors
* [Termenv](https://github.com/muesli/termenv): advanced ANSI style and color
support for your terminal applications. Very useful when rendering your
views.
* [Christian Rocha](https://github.com/meowgorithm)
* [Christian Muehlhaeuser](https://github.com/muesli)
## Acknowledgments
Heavily inspired by both [The Elm Architecture][elm] by Evan Czaplicki et al.
and [go-tea][gotea] by TJ Holowaychuk.
@ -79,12 +81,6 @@ and [go-tea][gotea] by TJ Holowaychuk.
[elm]: https://guide.elm-lang.org/architecture/
[gotea]: https://github.com/tj/go-tea
## Other Resources
* [Termenv](https://github.com/muesli/termenv): advanced ANSI style and color
support for your terminal applications. Very useful when rendering in your
views!
## License
[MIT](https://github.com/charmbracelet/tea/raw/master/LICENSE)