From 806a649935875b34a6d82b58c2b6d10f1e90155e Mon Sep 17 00:00:00 2001 From: c-bata Date: Fri, 18 Aug 2017 00:31:15 +0900 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84aec54..71c6e2e 100644 --- a/README.md +++ b/README.md @@ -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