Skip to content

Commit

Permalink
docs: remove import instructions from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Jul 25, 2024
1 parent b1b6b4e commit 13a9b6c
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,6 @@ bun install @profilecity/unstorage-s3-driver

<!-- /automd -->

Import:

<!-- automd:jsimport cjs cdn name="pkg" -->

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

```js
import {} from "pkg";
```

**CommonJS** (Legacy Node.js)

```js
const {} = require("pkg");
```

**CDN** (Deno, Bun and Browsers)

```js
import {} from "https://esm.sh/pkg";
```

<!-- /automd -->

## Development

<details>
Expand Down

0 comments on commit 13a9b6c

Please sign in to comment.