Skip to content

Commit 46868d2

Browse files
committed
chore: update readme
1 parent 71ef172 commit 46868d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This example showcases the same component using the `react-smart-conditional` li
6161

6262
```jsx
6363
import React from 'react';
64-
import Show from 'react-smart-conditional';
64+
import { Show } from 'react-smart-conditional';
6565

6666
const DataDisplay = ({ isLoading, error, data }) => {
6767
return (

0 commit comments

Comments
 (0)