Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey authored Oct 18, 2024
1 parent 37ea758 commit fff6a4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ $ npm install cookie
## API

```js
const cookie = require("cookie"); // commonjs
// OR
import * as cookie from 'cookie' // es modules
const cookie = require("cookie");
// import * as cookie from 'cookie';
```

### cookie.parse(str, options)
Expand Down

0 comments on commit fff6a4e

Please sign in to comment.