From 4d29dccb062083d1efd4f35a63806e5500549c42 Mon Sep 17 00:00:00 2001
From: Arthur Sonzogni <sonzogniarthur@gmail.com>
Date: Thu, 10 Jun 2021 08:45:39 +0200
Subject: [PATCH] Update README.md

Add a note about:
https://github.com/ArthurSonzogni/FTXUI/issues/109
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index cc8b21c4..e0cd5197 100644
--- a/README.md
+++ b/README.md
@@ -24,15 +24,15 @@ A simple C++ library for terminal based user interface.
    [[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) (→ 测试). (% [except combining characters](https://github.com/ArthurSonzogni/FTXUI/issues/109))
  * No dependencies.
- * Cross platform (mostly). Linux (main target), Windows (experimental), Mac.
+ * Cross platform (mostly). Linux/mac (main target), Windows (experimental).
  * Keyboard & mouse navigation.
 
 ## Operating systems
+- [![linux-emscripten][badge.linux-emscripten]][link.linux-emscripten]
 - [![linux-gcc][badge.linux-gcc]][link.linux-gcc]
 [![linux-clang][badge.linux-clang]][link.linux-clang]
-[![linux-emscripten][badge.linux-emscripten]][link.linux-emscripten]
 - [![windows-msvc][badge.windows-msvc]][link.windows-msvc]
 - [![mac-clang][badge.mac-clang]][link.mac-clang]
 
-- 
GitLab