From 28e78fb9cdf23762b9813ccc8d96d569188ab0d7 Mon Sep 17 00:00:00 2001 From: John Fallows Date: Fri, 7 Jun 2024 12:10:22 -0700 Subject: [PATCH] Fix table formatting --- sse/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.