From 86ae077418108a62180b4626935ef174caac0f2b Mon Sep 17 00:00:00 2001 From: Cheney Date: Fri, 2 Oct 2015 11:01:54 +0800 Subject: [PATCH] update README: add features --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72154aa..2870657 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ You can read the source code in [example/main.go](https://github.com/chzyer/read * Support emacs/vi mode, almost all basic features that GNU-Readline is supported * zsh-style backward/forward history search * zsh-style completion -* Readline auto refresh when others write to Stdout while editing(it needs specify the Stdout/Stderr provided by *readline.Instance to others). +* Readline auto refresh when others write to Stdout while editing (it needs specify the Stdout/Stderr provided by *readline.Instance to others). +* Support colourful prompt in all platforms. # Usage