aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Ogier <[email protected]>2013-07-10 20:25:10 -0400
committerAlex Ogier <[email protected]>2013-07-10 20:25:10 -0400
commitfc2d9a0ef658fa4e4c319939fd6f4b6becfccb48 (patch)
tree9f3c62479c3363a97e7f8c1fb37ccbb4a6e4ae9c /README.md
parenta7be1c8beca28c928f9bd874b97e32fb3b02baef (diff)
Add a link to godoc.org
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index a9506fd..a12d94d 100644
--- a/README.md
+++ b/README.md
@@ -145,9 +145,11 @@ Duration flags accept any input valid for time.ParseDuration.
## More info
-You can get a full reference of the pflag package through go's standard
-documentation system, for example by running `godoc -http=:6060` and
-browsing to [http://localhost:6060/pkg/github.com/ogier/pflag][2] after
+You can see the full reference documentation of the pflag package
+[at godoc.org][3], or through go's standard documentation system by
+running `godoc -http=:6060` and browsing to
+[http://localhost:6060/pkg/github.com/ogier/pflag][2] after
installation.
[2]: http://localhost:6060/pkg/github.com/ogier/pflag
+[3]: http://godoc.org/github.com/ogier/pflag