Skip to content

Commit c45545f

Browse files
authored
instantiateSync example fix
1 parent e4b3c97 commit c45545f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ This function is the equivalent to the [AssemblyScript Loader instantiate](https
211211
##### instantiateSync
212212

213213
```typescript
214-
AsBind.instantiate: (
214+
AsBind.instantiateSync: (
215215
moduleOrBuffer: (
216216
WebAssembly.Module |
217217
BufferSource

0 commit comments

Comments
 (0)