Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Added demonstration gif
  • Loading branch information
Nexidian committed Feb 2, 2022
1 parent 0a49e48 commit 9e9033b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Golang CLI Select
Lightweight interactive CLI selection library

![](https://media.giphy.com/media/Nmc3muJhaCfPe2LWd9/giphy.gif)


## Import the package
```go
Expand Down Expand Up @@ -52,4 +54,4 @@ func main() {

fmt.Printf("Choice: %s\n", choice)
}
```
```

0 comments on commit 9e9033b

Please sign in to comment.