Update some comment.

On branch master
 Your branch is up to date with 'origin/master'.

 Changes to be committed:
	modified:   readline.go
This commit is contained in:
luopengift 2018-10-14 11:06:07 +08:00
parent 53cdf894c3
commit f2b6537408
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Readline is a pure go implementation for GNU-Readline kind library.
//
// example:
// rl, err := readline.New("> ")
// rl, err := readline.New(readline.StaticPrompt("> "))
// if err != nil {
// panic(err)
// }