Skip to content

Commit

Permalink
fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
daimalou authored and mpetrunic committed Sep 16, 2024
1 parent 7e68d11 commit 83ea68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ server.get("/", function (req, res) {
you can listen on connection closing event: `request.socket.on('close', () => abortController.abort());
`

##### Change sever send retry behavior
##### Change server send retry behavior

```javascript
import { FastifySSEPlugin } from "fastify-sse-v2";
Expand Down

0 comments on commit 83ea68b

Please sign in to comment.