Skip to content

Commit

Permalink
Fix table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows authored Jun 7, 2024
1 parent 8073cb3 commit 7b69d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ This object contains information about the message representation in SSE.
##### Fixed Fields

Field Name | Type | Description
---|:---:|:---:|---
<a name="messageBindingObjectEventType"></a>`event` | string | Server-sent event type, defaults to `message` if omitted, by the [SSE specification](protocolSpecification). |
<a name="messageBindingObjectBindingVersion"></a>`bindingVersion` | string | | The version of this binding. If omitted, "latest" MUST be assumed.
---|:---:|---
<a name="messageBindingObjectEventType"></a>`event` | string | Server-sent event type, defaults to `message` if omitted, by the [SSE specification][protocolSpecification]. |
<a name="messageBindingObjectBindingVersion"></a>`bindingVersion` | string | The version of this binding. If omitted, "latest" MUST be assumed.

This object MUST contain only the properties defined above.

Expand Down

0 comments on commit 7b69d82

Please sign in to comment.