Skip to content

Commit 4cb69f7

Browse files
committed
Merge pull request #22 from qguv/patch-1
[godoc.org] fix typo in `go get` command
2 parents c5dac53 + 571d741 commit 4cb69f7

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)