From 5b80e0d4fe8ac0b87c5747a35227e8f58cd22de7 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Sun, 26 May 2019 14:04:59 -0700 Subject: [PATCH] Cleanup installation instructions (again) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54d4ac3..f5f80c7 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ termui is a cross-platform and fully-customizable terminal dashboard and widget ## Installation -#### Go modules +### Go modules -It is not necessary to `go get` termui, since Go will automatically manage any imported dependencies for you. Do note that you have to include `/v3` in the import statement as shown in the 'Hello World' example below. +It is not necessary to `go get` termui, since Go will automatically manage any imported dependencies for you. Do note that you have to include `/v3` in the import statements as shown in the 'Hello World' example below. -#### Dep +### Dep -Add with `dep ensure -add github.com/gizak/termui`. With Dep, `/v3` should *not* be included in the import statement. +Add with `dep ensure -add github.com/gizak/termui`. With Dep, `/v3` should *not* be included in the import statements. ## Hello World