forked from Mirrors/bubbletea
Remove authors
This commit is contained in:
parent
f93b752fcc
commit
6c8ee9f7dc
14
README.md
14
README.md
|
@ -67,11 +67,13 @@ Hungry for more? See the [other examples][examples].
|
||||||
|
|
||||||
[examples]: https://github.com/charmbracelet/tea/tree/master/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)
|
## Acknowledgments
|
||||||
* [Christian Muehlhaeuser](https://github.com/muesli)
|
|
||||||
|
|
||||||
Heavily inspired by both [The Elm Architecture][elm] by Evan Czaplicki et al.
|
Heavily inspired by both [The Elm Architecture][elm] by Evan Czaplicki et al.
|
||||||
and [go-tea][gotea] by TJ Holowaychuk.
|
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/
|
[elm]: https://guide.elm-lang.org/architecture/
|
||||||
[gotea]: https://github.com/tj/go-tea
|
[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
|
## License
|
||||||
|
|
||||||
[MIT](https://github.com/charmbracelet/tea/raw/master/LICENSE)
|
[MIT](https://github.com/charmbracelet/tea/raw/master/LICENSE)
|
||||||
|
|
Loading…
Reference in New Issue