From bb34557c794d945c62d5a42ba17166ae20667199 Mon Sep 17 00:00:00 2001 From: Issam Baccouch Date: Mon, 23 Oct 2023 09:14:20 +0100 Subject: [PATCH] chore: fix broken API reference link in README --- 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';