Skip to content

Commit 58ef2df

Browse files
authored
Update readme.md
1 parent d4bdd8d commit 58ef2df

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
@@ -1,12 +1,12 @@
11
# localCookies
22

3-
A tiny localStorage with fallback to Cookies shim. Will allow apps to use localStorage but fallsback to cookies when that is not available in the browser.
3+
A tiny localStorage shim with fallback to Cookies. Will allow apps to use localStorage but fallsback to cookies when that is not available in the browser.
44

55
## About localCookies
66

77
The localCookies library has the exact same API as localStorage, for more information see [here](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).
88

9-
localCookies comes in two flavors a iife function that can be directly used in the <script> tag under `./dist` and a ES6 module under `./modul`
9+
localCookies comes in two flavors a iife function that can be directly used in the <script> tag under `./dist` and a ES6 module under `./module`
1010

1111
## Getting started
1212

0 commit comments

Comments
 (0)