diff --git a/sse/README.md b/sse/README.md index 2f6aed0b..2569aadf 100644 --- a/sse/README.md +++ b/sse/README.md @@ -51,9 +51,9 @@ This object contains information about the message representation in SSE. ##### Fixed Fields Field Name | Type | Description ----|:---:|:---:|--- -`event` | string | Server-sent event type, defaults to `message` if omitted, by the [SSE specification](protocolSpecification). | -`bindingVersion` | string | | The version of this binding. If omitted, "latest" MUST be assumed. +---|:---:|--- +`event` | string | Server-sent event type, defaults to `message` if omitted, by the [SSE specification][protocolSpecification]. | +`bindingVersion` | string | The version of this binding. If omitted, "latest" MUST be assumed. This object MUST contain only the properties defined above.