Browse Source

fix godoc URL in README.md

pull/73/head
Bruno Bigras 8 years ago
committed by GitHub
parent
commit
39f45cd3a0
  1. 2
      README.md

2
README.md

@ -476,5 +476,5 @@ Auth Session = An individual authentication session /requestAuthSession makes th
GOPATH=$GOPATH:$(pwd) godoc -v -http=localhost:6060 &
# Open up the documentation for go-neb in a browser.
sensible-browser http://localhost/pkg/github.com/matrix-org/go-neb
sensible-browser http://localhost:6060/pkg/github.com/matrix-org/go-neb
```
Loading…
Cancel
Save