From 2eddd0fa17a27c449bde1295028624aa303763f2 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Sun, 27 Jan 2019 17:20:55 +0100 Subject: [PATCH] Update Readme.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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) +