Skip to content

Commit

Permalink
Cleanup language around summary
Browse files Browse the repository at this point in the history
  • Loading branch information
markcellus committed Feb 12, 2022
1 parent 58c6cd2 commit 712e0c2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@

A speculative polyfill to allow use of the [Cookie Store API](https://wicg.github.io/cookie-store/) in modern browsers that don't support it natively, including IE11. Also compatible with TypeScript.

⚠️ **Experimental warning:** the Cookie Store API is not a W3C standard yet and the final implementation may differ from the current API of this polyfill.
:warning: **EXPERIMENTAL:** _The Cookie Store API is not a W3C standard yet and the final implementation may differ from the current API of this polyfill._

## Installation

```sh
npm install cookie-store
```

Or, if you prefer to use an upcoming version of the package with more features (and closer to the final specification). Install the latest `next` version of the package. See the README on the [`next` branch](https://github.com/markcellus/cookie-store/tree/next) for the updated API.

```
npm install cookie-store@next
```

## Basic Example

```js
Expand Down

0 comments on commit 712e0c2

Please sign in to comment.