Skip to content

Commit

Permalink
Fix typo (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulakowka authored and leMaik committed Jul 24, 2018
1 parent 3e8d849 commit 2538aff
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 @@ -18,7 +18,7 @@ e.g. by wrapping your router with it.
import { SnackbarProvider } from 'material-ui-snackbar-provider'

// somewhere at the root of your app
<SnackbarProvider snackbarProps={{ autoHideDuration: 4000 }}>
<SnackbarProvider SnackbarProps={{ autoHideDuration: 4000 }}>
{/* the rest of your app belongs here, e.g. the router */}
</SnackbarProvider>
```
Expand Down

0 comments on commit 2538aff

Please sign in to comment.