diff --git a/README.md b/README.md index 1d35c5d..b652b8d 100644 --- a/README.md +++ b/README.md @@ -126,13 +126,13 @@ The `server$` function can be used to scope any expression to the server-bundle ```tsx import { server$ } from '@tanstack/bling' -const serverOnly = server$('It is a secret!')') +const serverOnly = server$('It is a secret!') ``` Server Output: ```tsx -const serverOnly = server$('It is a secret!')') +const serverOnly = server$('It is a secret!') ``` Client Output: