readme: update about examples.

This commit is contained in:
Cheney 2015-11-21 11:36:20 +08:00
parent 1a0e228994
commit c36905cc67
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ Also works fine in windows
![demo windows](https://raw.githubusercontent.com/chzyer/readline/assets/windows.gif)
You can read the source code in [example/main.go](https://github.com/chzyer/readline/blob/master/example/main.go).
* [example/readline-demo](https://github.com/chzyer/readline/blob/master/example/readline-demo/readline-demo.go) The source code about the demo above
* [example/readline-pass-strength](https://github.com/chzyer/readline/blob/master/example/readline-pass-strength/readline-pass-strength.go) A example about checking password strength, written by [@sahib](https://github.com/sahib)
# Todo
* Vi Mode is not completely finish