Update README

This commit is contained in:
c-bata 2017-08-18 00:31:15 +09:00
parent 92e59775c3
commit 806a649935

View File

@ -31,7 +31,8 @@ func main() {
#### Projects using go-prompt
* [kube-prompt : An interactive kubernetes client featuring auto-complete written in Go.](https://github.com/c-bata/kube-prompt)
* (If you create a CLI using go-prompt and want your own project to be listed here, Please create a Github Issue.)
* (If you create a CLI using go-prompt and want your own project to be listed here, Please submit a Github Issue.)
* (If you can't think of CLI ideas, you might want to look at the [projects using python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit#projects-using-prompt_toolkit).)
## Features
@ -77,9 +78,8 @@ You can use up-arrow and down-arrow to walk through the history of commands exec
## Links
* If you want to create CLI using go-prompt, you might want to look at the [Developer Guide](./DEVELOPER_GUIDE.md).
* If you want to contribute, you might want to look at the [ **Architecture of go-prompt** section in Developer Guide](./DEVELOPER_GUIDE.md).
* If you want to know internal API, you might want to look at the [GoDoc](http://godoc.org/github.com/c-bata/go-prompt).
* [Developer Guide](./DEVELOPER_GUIDE.md).
* [GoDoc](http://godoc.org/github.com/c-bata/go-prompt).
## Author