Skip to content

Commit

Permalink
Merge pull request wasmerio#300 from williamstein/patch-1
Browse files Browse the repository at this point in the history
fix trivial typo
  • Loading branch information
syrusakbary authored Aug 30, 2022
2 parents 1184d7a + 1afce00 commit f25d523
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 @@ -28,7 +28,7 @@ import { init, WASI } from '@wasmer/wasi';
### Deno

This package is published in Deno in the `wasm` package, you can import it direclty with:
This package is published in Deno in the `wasm` package, you can import it directly with:

```ts
import { init, WASI } from 'https://deno.land/x/wasm/wasi.ts';
Expand Down

0 comments on commit f25d523

Please sign in to comment.