Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
docs(readme): update how to fetch this package (#289)
Browse files Browse the repository at this point in the history
go get github.com/AlecAivazis/survey
=>
go get github.com/AlecAivazis/survey/v2
  • Loading branch information
unbyte authored May 7, 2020
1 parent f820ab6 commit 2fcbaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Examples can be found in the `examples/` directory. Run them
to see basic behavior:

```bash
go get github.com/AlecAivazis/survey
go get github.com/AlecAivazis/survey/v2

cd $GOPATH/src/github.com/AlecAivazis/survey

Expand Down

0 comments on commit 2fcbaa3

Please sign in to comment.