Update README.md

This commit is contained in:
Gyu-Ho Lee 2016-04-18 09:38:07 -07:00
parent ab870f9e05
commit accf236629
1 changed files with 5 additions and 5 deletions

View File

@ -1,15 +1,15 @@
# prodoc # protodoc
[![Build Status](https://img.shields.io/travis/coreos/prodoc.svg?style=flat-square)][cistat] [![Godoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)][prodoc-godoc] [![Build Status](https://img.shields.io/travis/coreos/protodoc.svg?style=flat-square)][cistat] [![Godoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)][protodoc-godoc]
prodoc generates Protocol Buffer documentation. protodoc generates Protocol Buffer documentation.
Note that parser only understands the minimum syntax Note that parser only understands the minimum syntax
of Protocol Buffer (just enough to generate documentation). of Protocol Buffer (just enough to generate documentation).
For full featured parser, please check out https://github.com/golang/protobuf. For full featured parser, please check out https://github.com/golang/protobuf.
[cistat]: https://travis-ci.org/coreos/prodoc [cistat]: https://travis-ci.org/coreos/protodoc
[prodoc-godoc]: https://godoc.org/github.com/coreos/prodoc [protodoc-godoc]: https://godoc.org/github.com/coreos/protodoc