Skip to content

Commit ecaafc1

Browse files
committed
Update Readme with jaxrs option
1 parent ec321b6 commit ecaafc1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ The plugin is executed as part of a protoc compilation step:
6666

6767
The flit plugin accepts the following plugin parameters:
6868

69-
| Name | Required | Type | Description |
70-
|:--------------|:---------:|:------------------------------|:----------------------------------------------------------|
71-
| `target` | Y | `enum[server]` | The type of target to generate e.g. server, client etc |
72-
| `type` | Y | `enum[spring,undertow,boot]` | Type of target to generate |
73-
| `context` | N | `string` | Base context for routing, default is `/twirp` |
69+
| Name | Required | Type | Description |
70+
|:--------------|:---------:|:----------------------------------|:----------------------------------------------------------|
71+
| `target` | Y | `enum[server]` | The type of target to generate e.g. server, client etc |
72+
| `type` | Y | `enum[spring,undertow,boot,jaxrs]`| Type of target to generate |
73+
| `context` | N | `string` | Base context for routing, default is `/twirp` |
7474

7575
# Development
7676

0 commit comments

Comments
 (0)