From e1c654e8e935736c9eaff395facc9f09d2c60df7 Mon Sep 17 00:00:00 2001 From: c-bata Date: Wed, 14 Feb 2018 17:02:08 +0900 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e66ae42..820fb60 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # go-prompt Library for building a powerful interactive prompt, inspired by [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). -Easy building a multi-platform binary of the command line tools because written in Golang. +More easy to build a multi-platform binary of the command line tools because written in Golang. ```go package main @@ -82,7 +82,7 @@ You can use up-arrow and down-arrow to walk through the history of commands exec ### Multiple platform support -We confirmed following terminals +We confirmed go-prompt works fine on following terminals: * iTerm2 (macOS) * Terminal.app (macOS)