From 98835e8d305f3cd26adf0182d098ab668e82602b Mon Sep 17 00:00:00 2001 From: Michael Angelo Rivera <55844504+michaelangeloio@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:30:58 -0700 Subject: [PATCH] Update README.md (#17) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a6409..a2c22c3 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ notifier.update( You can use the [EventSource Web API](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) to consume the stream. -```ts +```tsx 'use client' // some-component.tsx