Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ A Node.js implementation of [RFC6265][rfc6265-tracker] for cookie parsing, stora

## Getting Started

Install Tough Cookie using [`npm`][npm-repo]:
Install Tough Cookie using a package manager like [`npm`][npm-repo], [`yarn`][yarn-repo], or `bun`:

```shell
npm install tough-cookie
```

or [`yarn`][yarn-repo]:

```shell
# or
yarn add tough-cookie
# or
bun add tough-cookie
```

## Usage
Expand Down