Skip to content

Commit

Permalink
[#25] fixed EventSource typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ollema authored Aug 23, 2022
1 parent c9cf870 commit 4074892
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 @@ -52,7 +52,7 @@ const PocketBase = require('pocketbase/cjs')
> require('cross-fetch/polyfill');
> ```
---
> 🔧 Node doesn't have native `EvenSource` implementation, so in order to use the realtime service (aka. `client.realtime.subscribe()`) you'll need to load a `EventSource` polyfill.
> 🔧 Node doesn't have native `EventSource` implementation, so in order to use the realtime service (aka. `client.realtime.subscribe()`) you'll need to load a `EventSource` polyfill.
> I recommend [EventSource/eventsource](https://github.com/EventSource/eventsource):
> ```js
> // npm install eventsource --save
Expand Down

0 comments on commit 4074892

Please sign in to comment.