diff --git a/README.md b/README.md index ade0468..5245dcb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You can import the cookie bar like this: import CookieConsent from "react-cookie-consent"; ``` -If you want to set/remove cookies yourself you can optionally import Cookie (straight from js-cookie) like this: +If you want to set/remove cookies yourself you can optionally import `Cookies` (straight from js-cookie) like this: ``` js import CookieConsent, { Cookies } from "react-cookie-consent";