Browse Source

Merge pull request #73 from brunoqc/patch-1

fix godoc URL in README.md
pull/70/merge
Kegsay 8 years ago
committed by GitHub
parent
commit
d999803456
  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