This commit is contained in:
Caleb Bassi 2019-03-12 02:05:11 -07:00
parent 6d201dcdd2
commit d5ea67dfda

View File

@ -14,7 +14,7 @@ termui is a cross-platform and fully-customizable terminal dashboard and widget
## Installation
If using Go 1.11 modules, it is not necessary to `go get` termui, since Go will automatically download any imported depencencies. However, do note that you have to include `/v3` at the end of the URL and before any sub-packages in the termui import statements as shown in the 'Hello World' example below.
If using Go 1.11 modules, it is not necessary to `go get` termui, since Go will automatically download any imported dependencies. However, do note that you have to include `/v3` at the end of the URL and before any sub-packages in the termui import statements as shown in the 'Hello World' example below.
## Hello World