diff --git a/README.md b/README.md index 069418d..b0478d8 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,11 @@ A simple C++ library for terminal based user interface. ![Demo image](./examples/component/homescreen.gif) ## Feature - * Functional style. + * Functional style. Inspired by + [1](https://hackernoon.com/building-reactive-terminal-interfaces-in-c-d392ce34e649?gi=d9fb9ce35901) + and [React](https://reactjs.org/) * Simple and elegant syntax (in my opinion). * No dependencies. - * vim navigation friendly (h,j,k,l) ## Example: ~~~cpp @@ -41,10 +42,6 @@ See [Tutorial](./tutorial.md) None! This is still a newborn project. Please add a link to your project here. -## Hosted on: - * [github](https://github.com/ArthurSonzogni/ftxui) - * [gitlab](https://gitlab.com/ArthurSonzogni/ftxui) - ## Build using CMake ~~~bash mkdir build && cd build @@ -87,3 +84,8 @@ int main(int argc, const char *argv[]) return 0; } ~~~ + +## Hosted on: + * [github](https://github.com/ArthurSonzogni/ftxui) + * [gitlab](https://gitlab.com/ArthurSonzogni/ftxui) +