razshare / sveltekit-sse

Server Sent Events with SvelteKit
https://www.npmjs.com/package/sveltekit-sse
MIT License
307 stars 9 forks source link

typo in new JSON example #22

Closed bluepuma77 closed 10 months ago

bluepuma77 commented 10 months ago

There seems to be a typo in the new JSON example in README.md:

  const connection = source('/custom-event')
  const json = connection1.select('message').json(
                         ^
razshare commented 10 months ago

Fixed, thank you!