Skip to content

Commit 3ddb33b

Browse files
committed
docs(README): fix incorrect event buffer link in highlights section
1 parent 7598a10 commit 3ddb33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Read the [Getting Started](https://matthewwid.github.io/better-sse/guides/gettin
3535
* [Thoroughly tested](./src/Session.test.ts) (+ 100% code coverage!).
3636
* [Comprehensively documented](https://matthewwid.github.io/better-sse) with guides and API documentation.
3737
* [Channels](https://matthewwid.github.io/better-sse/guides/channels) allow you to broadcast events to many clients at once.
38-
* [Event buffers](http://localhost:4321/better-sse/guides/batching/) allow you to batch events for increased performance and lower bandwidth usage.
38+
* [Event buffers](https://matthewwid.github.io/better-sse/guides/batching/) allow you to batch events for increased performance and lower bandwidth usage.
3939
* Configurable reconnection time, message serialization and data sanitization (with good defaults).
4040
* Trust or ignore the client-given last event ID.
4141
* Automatically send keep-alive pings to keep connections open.

0 commit comments

Comments
 (0)