Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwatunmiisheii committed Sep 17, 2024
1 parent 71ef172 commit 46868d2
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 @@ -61,7 +61,7 @@ This example showcases the same component using the `react-smart-conditional` li

```jsx
import React from 'react';
import Show from 'react-smart-conditional';
import { Show } from 'react-smart-conditional';

const DataDisplay = ({ isLoading, error, data }) => {
return (
Expand Down

0 comments on commit 46868d2

Please sign in to comment.