Skip to content

Commit

Permalink
Fix broken API reference link in README (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
issambaccouch committed Oct 23, 2023
1 parent 122f470 commit a61155a
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 @@ -50,7 +50,7 @@ yarn add notistack

### How to use

Instantiate a `SnackbarProvider` component and start showing snackbars: (see [docs](https://notistack.com/notistack/api-reference) for a full list of available props)
Instantiate a `SnackbarProvider` component and start showing snackbars: (see [docs](https://notistack.com/api-reference) for a full list of available props)

```jsx
import { SnackbarProvider, enqueueSnackbar } from 'notistack';
Expand Down

0 comments on commit a61155a

Please sign in to comment.