Skip to content

Commit

Permalink
fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
daimalou committed Sep 1, 2024
1 parent 200a6f0 commit fa80c51
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 fa80c51

Please sign in to comment.