Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
docs(ponyfill): Bump exaple to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoreis committed Aug 8, 2022
1 parent 8870958 commit 45cd6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A [ponyfill](https://github.com/sindresorhus/ponyfill) for using dynamic imports within [Deno Deploy](https://deno.com/deploy).

```ts
import { importModule } from 'https://deno.land/x/dynamic-import-ponyfill@v0.1.1/mod.ts'
import { importModule } from 'https://deno.land/x/dynamic_import_ponyfill@v0.1.2/mod.ts'

if (Math.random() > 0.5) {
await importModule('./foo.ts')
Expand Down

0 comments on commit 45cd6e1

Please sign in to comment.