From c7d903a628fbce1b12593d65156958c895c5aaa6 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Sat, 29 Jun 2019 19:05:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 10e0a3d..b282992 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ A simple C++ library for terminal based user interface. ## Feature * Functional style. Inspired by - [1](https://hackernoon.com/building-reactive-terminal-interfaces-in-c-d392ce34e649?gi=d9fb9ce35901) + [[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). - * Support for [UTF8](https://en.wikipedia.org/wiki/UTF-8) and [fullwidth chars](https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms) + * Support for [UTF8](https://en.wikipedia.org/wiki/UTF-8) and [fullwidth chars](https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms) (→ 测试) * No dependencies. ## Example: @@ -38,16 +38,16 @@ A simple C++ library for terminal based user interface. ## Build -* With [CMake](https://cmake.org) : See [Instructions](./tutorial/build-with-cmake.md) -* With [nxxm](https://nxxm.github.io) :See [Instructions](./tutorial/build-with-nxxm.md) +* [CMake](https://cmake.org) → [Instructions](./tutorial/build-with-cmake.md) +* [nxxm](https://nxxm.github.io) → [Instructions](./tutorial/build-with-nxxm.md) ## Tutorial See [Tutorial](./tutorial/tutorial.md) ## Project using FTXUI -None! This is still a newborn project. Please add a link to your project here. +None! This is still a newborn project. Feel free to add a link to your project +here. ## Hosted on: * [github](https://github.com/ArthurSonzogni/ftxui) * [gitlab](https://gitlab.com/ArthurSonzogni/ftxui) -