Skip to content

Commit 571d741

Browse files
author
Quint Guvernator
committed
fix typo in go get command
1 parent c5dac53 commit 571d741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docopt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Package docopt parses command-line arguments based on a help message.
77
⚠ Use the alias “docopt-go”:
88
import "github.com/docopt/docopt-go"
99
or
10-
$ go get github.com/github/docopt-go
10+
$ go get github.com/docopt/docopt-go
1111
*/
1212
package docopt
1313

0 commit comments

Comments
 (0)