From c91eeddd2cf2db9341196e9e3b8ea495e5cc9480 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Thu, 31 Oct 2019 10:15:42 +0800 Subject: [PATCH] cleanup --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 814b1846..39ea1642 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ Besides MiniGUI core, FMSoft also provides some components for the developers to develop app much easier: * mGUtils: A MiniGUI component which contains miscellaneous utilities - like ColorSelectionDialogBox, FileOpenDialogBox, and so on. + like `ColorSelectionDialogBox`, `FileOpenDialogBox`, and so on. * mGPlus: A MiniGUI component which provides support for advanced graphics - functions like path, gradient, anti-aliase stretch, and color combination. + functions like path, gradient, anti-aliased stretch, and color combination. * mGEff: mGEff provides an animation framework for MiniGUI app. It also provides some popular UI/UE special effects. * mGNCS: This component provides a new control set for MiniGUI app. @@ -52,10 +52,10 @@ for the developers to develop app much easier: a touch screen. There are also some legacy MiniGUI components. We will not maintain these -components for MiniGUI core v3.2: +components for MiniGUI 3.2.x: * mGi: An input method component for MiniGUI. This component provides - some typical input methods (such as softkey, hand-writing, and predict + some typical input methods (such as soft keyboard, hand-writing, and predict text input for mobile phone) for MiniGUI apps. * mGp: A printing component for MiniGUI. By using mGp, you can print out the graphics created by MiniGUI app to general-purpose printers.