Skip to content

Commit

Permalink
Merge pull request #45 from greg2012201/documentation-fix
Browse files Browse the repository at this point in the history
Add missing import to the "Client Example" [Documentation]
  • Loading branch information
andreizanik authored Aug 22, 2023
2 parents 7d552ee + 99fe61a commit 7150cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7150cf3

Please sign in to comment.