Updated go get instruction so users will get the latest version.

This commit is contained in:
Oliver 2024-02-04 16:12:37 +01:00
parent c9421b4bd9
commit 861aa94d61
1 changed files with 1 additions and 1 deletions

View File

@ -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