Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 5, 2024
1 parent 7c425ef commit bc5a6b6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- automd:badges color=yellow codecov -->

[![npm version](https://img.shields.io/npm/v/c12?color=yellow)](https://npmjs.com/package/c12)
[![npm downloads](https://img.shields.io/npm/dm/c12?color=yellow)](https://npmjs.com/package/c12)
[![npm downloads](https://img.shields.io/npm/dm/c12?color=yellow)](https://npm.chart.dev/c12)
[![codecov](https://img.shields.io/codecov/c/gh/unjs/c12?color=yellow)](https://codecov.io/gh/unjs/c12)

<!-- /automd -->
Expand Down Expand Up @@ -55,6 +55,9 @@ pnpm install c12

# bun
bun install c12

# deno
deno install c12
```

<!-- /automd -->
Expand All @@ -63,7 +66,7 @@ Import:

<!-- automd:jsimport cjs imports="loadConfig,watchConfig" -->

**ESM** (Node.js, Bun)
**ESM** (Node.js, Bun, Deno)

```js
import { loadConfig, watchConfig } from "c12";
Expand Down Expand Up @@ -404,6 +407,9 @@ pnpm install -D magicast

# bun
bun install -D magicast

# deno
deno install --dev magicast
```

<!-- /automd -->
Expand Down

0 comments on commit bc5a6b6

Please sign in to comment.