Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mojocn authored Mar 20, 2024
1 parent 5680ff8 commit aa5e026
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit aa5e026

Please sign in to comment.