Skip to content

Commit 1d42b96

Browse files
author
Alex Davies-Moore
committed
Formatting of the README.md
1 parent 1570699 commit 1d42b96

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ framework.
55

66
It supports the generation of Java based servers with the following flavours supported:
77

8-
+ [Spring Boot/Spring MVC](https://spring.io/projects/spring-boot "Spring Boot")
9-
+ [Undertow](http://undertow.io/ "Undertow")
8+
+ [Spring Boot/Spring MVC](https://spring.io/projects/spring-boot "Spring Boot")
9+
+ [Undertow](http://undertow.io/ "Undertow")
1010

1111
## Building & Running
1212

@@ -54,7 +54,11 @@ After building:
5454

5555
The plugin is executed as part of a protoc compilation step:
5656

57-
protoc --proto_path=. --java_out=../java --flit_out=target=server,type=undertow:../java ./haberdasher.proto
57+
protoc \
58+
--proto_path=. \
59+
--java_out=../java \
60+
--flit_out=target=server,type=undertow:../java \
61+
./haberdasher.proto
5862

5963
### Options
6064

0 commit comments

Comments
 (0)