Skip to content

Commit

Permalink
Add import example to README (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
isnifer authored Oct 18, 2024
1 parent ba9e677 commit 408c2b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $ npm install cookie

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

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

0 comments on commit 408c2b4

Please # to comment.