mirror of https://github.com/etcd-io/protodoc.git
Update README.md
This commit is contained in:
parent
ab870f9e05
commit
accf236629
10
README.md
10
README.md
|
|
@ -1,15 +1,15 @@
|
|||
|
||||
# prodoc
|
||||
# protodoc
|
||||
|
||||
[][cistat] [][prodoc-godoc]
|
||||
[][cistat] [][protodoc-godoc]
|
||||
|
||||
prodoc generates Protocol Buffer documentation.
|
||||
protodoc generates Protocol Buffer documentation.
|
||||
|
||||
Note that parser only understands the minimum syntax
|
||||
of Protocol Buffer (just enough to generate documentation).
|
||||
|
||||
For full featured parser, please check out https://github.com/golang/protobuf.
|
||||
|
||||
[cistat]: https://travis-ci.org/coreos/prodoc
|
||||
[prodoc-godoc]: https://godoc.org/github.com/coreos/prodoc
|
||||
[cistat]: https://travis-ci.org/coreos/protodoc
|
||||
[protodoc-godoc]: https://godoc.org/github.com/coreos/protodoc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue