From 861aa94d61c899b32a1304d61b840d0178ece408 Mon Sep 17 00:00:00 2001 From: Oliver <480930+rivo@users.noreply.github.com> Date: Sun, 4 Feb 2024 16:12:37 +0100 Subject: [PATCH] Updated go get instruction so users will get the latest version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e59025..0964fca 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ They come with lots of customization options and can be easily extended to fit y To add this package to your project: ```bash -go get github.com/rivo/tview +go get github.com/rivo/tview@master ``` ## Hello World