From 28ad744d6bef713265b60f73d2f0866eb3536973 Mon Sep 17 00:00:00 2001 From: Cheney Date: Fri, 25 Sep 2015 13:06:36 +0800 Subject: [PATCH] update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06173dd..4704bf5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ [![Build Status](https://travis-ci.org/chzyer/readline.svg?branch=master)](https://travis-ci.org/chzyer/readline) [![GoDoc](https://godoc.org/github.com/chzyer/readline?status.svg)](https://godoc.org/github.com/chzyer/readline) -Readline is a pure go implementation for GNU-Readline kind library. +Readline is A Pure Go Implementation of a libreadline-style Library. +The goal is to be a powerful alternater for GNU-Readline. + **WHY:** Readline will support most of features which GNU Readline is supported, and provide a pure go environment and a MIT license. @@ -17,7 +19,7 @@ You can read the source code in [example/main.go](https://github.com/chzyer/read # Todo -* Auto Completeion +* Auto Completion * Vim mode * Transpose words * More funny examples