From 99fe61a4984a93ae05e3bd4aaf167909f22cb1a7 Mon Sep 17 00:00:00 2001 From: Grzegorz Dubiel Date: Sun, 20 Aug 2023 00:32:54 +0200 Subject: [PATCH] Add missing import. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a97a1d..f6e3681 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ as the first argument to the function and when server side rendering, this funct #### Client Example ```js -import { getCookies, setCookie, deleteCookie } from 'cookies-next'; +import { getCookies, setCookie, deleteCookie, getCookie } from 'cookies-next'; // we can use it anywhere getCookies();