Fix name of imported variable

This commit is contained in:
Karl Horky 2019-05-06 11:24:34 +02:00 committed by GitHub
parent 5a807f884b
commit cfbd647c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";