diff --git a/README.md b/README.md
index e5903ff1..e16195ea 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ Frequently Asked Question (FAQ)
 - The documentation is at the top of imgui.cpp + effectively imgui.h. 
 - Example code is in imgui_demo.cpp and particularly the ImGui::ShowTestWindow() function. It covers most features of ImGui so you can read the code and call the function itself to see its output. 
 - Standalone example applications using e.g. OpenGL/DirectX are provided in the examples/ folder. 
-- It obviously needs better documentation! Consider helping or becoming a [Patron](http://www.patreon.com/imgui) to promote this effort.
+- We obviously needs better documentation! Consider contributing or becoming a [Patron](http://www.patreon.com/imgui) to promote this effort.
 
 How do I update to a newer version of ImGui?
 
Can I have multiple widgets with the same label? Can I have widget without a label? (Yes)
@@ -92,6 +92,7 @@ Frequently Asked Question (FAQ)
 
I integrated ImGui in my engine and some elements are disappearing when I move windows around..
 
How can I load a different font than the default?
 
How can I load multiple fonts?
+
How can I display and input non-latin characters such as Chinese, Japanese, Korean, Cyrillic?
 
 See the FAQ in imgui.cpp for answers.