We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2701213 + 9134f45 commit ae7381fCopy full SHA for ae7381f
readme.md
@@ -13,9 +13,9 @@ localCookies comes in two flavors a iife function that can be directly used in t
13
localCookies can be directly imported from the `dist` or `module` folder. For development:
14
15
```Shell
16
-npm install github:WebPlatformForEmbedded/localCookies
+npm install github:WebPlatformForEmbedded/localCookie
17
// or
18
-yarn add github:WebPlatformForEmbedded/localCookies
+yarn add github:WebPlatformForEmbedded/localCookie
19
```
20
21
Next you can `import` the localCookies dependency into your own script and start implementing it from there.
0 commit comments