Skip to content

Commit b84e918

Browse files
committed
fix typo
1 parent 1f177d7 commit b84e918

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ protodoc generates Protocol Buffer documentation.
88
```
99
go get -v -u github.com/coreos/protodoc
1010
11-
prodoc ./parse/testdata --language-options="Go,C++,Java,Python" --title="testdata" --target-path="./sample.md"
11+
protodoc ./parse/testdata \
12+
--language-options="Go,C++,Java,Python" \
13+
--title="testdata" \
14+
--target-path="./sample.md"
1215
```
1316

1417
Note that parser only understands the minimum syntax

0 commit comments

Comments
 (0)