Skip to content

Commit

Permalink
chore: readme update fix isolate import
Browse files Browse the repository at this point in the history
  • Loading branch information
betula committed Dec 1, 2023
1 parent be50aff commit e89fc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ export const User => {
Run your app in isolated Service Provider scope. All instances cached for this will be isolated from all cached instances in other scopes. Useful for implementing SSR.

```javascript
import { isolate } from "provi/client"
import { isolate } from "provi/ssr"

const html = await isolate(async () => {
const { run } = provide(Logic); // Isolated instance of app logic
Expand Down

0 comments on commit e89fc8c

Please sign in to comment.