Skip to content

Commit

Permalink
chore: apply automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 22, 2024
1 parent cfc66ae commit 355bb79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,19 @@ Import:
**ESM** (Node.js, Bun)

```js
import { useEmail } from "use-email";
import {} from "pkg";
```

**CommonJS** (Legacy Node.js)

```js
const { useEmail } = require("use-email");
const {} = require("pkg");
```

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

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

<!-- /automd -->
Expand All @@ -157,4 +157,4 @@ Made by [community](https://github.com/SupersaasHQ/useEmail/graphs/contributors)
<br><br>
<a href="https://github.com/SupersaasHQ/useEmail/graphs/contributors">
<img src="https://contrib.rocks/image?repo=SupersaasHQ/useEmail" />
</a>
</a>

0 comments on commit 355bb79

Please sign in to comment.