Skip to content

Commit

Permalink
Document CommonJS install
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 29, 2024
1 parent 1313322 commit c62cb58
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,18 @@

## Install

ESM:

```sh
npm install yoctocolors
```

Or CommonJS:

```sh
npm install yoctocolors-cjs
```

## Usage

```js
Expand Down

0 comments on commit c62cb58

Please sign in to comment.