diff --git a/README.md b/README.md index 91c2e28f..17b6ec32 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command line application. * [codegangsta/cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go. -* [mitchellh/cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces. * [liner](https://github.com/peterh/liner) - A Go readline-like library for command-line interfaces. +* [mitchellh/cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces. ### Advanced Console UIs