Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vczb committed Oct 25, 2022
1 parent d58b93c commit 3d93004
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ function App() {
dark: '#9e4c01'
}

return <SaguProvider theme={customTheme}>...</SaguProvider>
return (
<SaguProvider theme={customTheme}>
<CustomWrapper>...</CustomWrapper>
</SaguProvider>
)
}
```

Expand Down

0 comments on commit 3d93004

Please sign in to comment.