Skip to content

Commit

Permalink
readme code example fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
krutoo committed Jun 20, 2024
1 parent 5062ad4 commit 9024a3f
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 @@ -66,7 +66,7 @@ import { SandboxApp } from '@krutoo/showcase/runtime-sandbox';
import foundStories from '#found-stories';

// render your current story to the root element
createRoot(document.getElementById('root')!).render(
createRoot(document.getElementById('root')).render(
<SandboxApp stories={filterValidStories(foundStories).validStories} />,
);
```
Expand Down

0 comments on commit 9024a3f

Please sign in to comment.