From a61155adc85443f01dfc8818b6b6653edbd83288 Mon Sep 17 00:00:00 2001 From: Issam Baccouch Date: Mon, 23 Oct 2023 10:22:09 +0100 Subject: [PATCH] Fix broken API reference link in README (#587) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a8bdba..9270801 100644 --- a/README.md +++ b/README.md @@ -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';