From aa5e0260558d884eda89847465a4a4153d954611 Mon Sep 17 00:00:00 2001 From: mojocn Date: Wed, 20 Mar 2024 17:07:26 +0800 Subject: [PATCH] Update readme.md --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 308a6e3..04feb41 100644 --- a/readme.md +++ b/readme.md @@ -10,8 +10,7 @@ -This is a simple library of how to read Server Sent Events (SSE) stream from `Response.Body` in Golang. - +This is a straightforward library illustrating the method to read Server Sent Events (SSE) stream from the Response.Body in Golang. ## Usage download the library using @@ -23,7 +22,6 @@ simple examples of how to use the library. 2. [read SSE by channel](https://pkg.go.dev/github.com/mojocn/sseread#example-ReadCh) 3. [cloudflare AI text generation example](cloudflare_ai_test.go) -```go ## Testing