Skip to content

Commit 9134f45

Browse files
Fixed install path
1 parent 2701213 commit 9134f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ localCookies comes in two flavors a iife function that can be directly used in t
1313
localCookies can be directly imported from the `dist` or `module` folder. For development:
1414

1515
```Shell
16-
npm install github:WebPlatformForEmbedded/localCookies
16+
npm install github:WebPlatformForEmbedded/localCookie
1717
// or
18-
yarn add github:WebPlatformForEmbedded/localCookies
18+
yarn add github:WebPlatformForEmbedded/localCookie
1919
```
2020

2121
Next you can `import` the localCookies dependency into your own script and start implementing it from there.

0 commit comments

Comments
 (0)