Skip to content

Commit

Permalink
Merge pull request #171 from sreejitStrob/trunk
Browse files Browse the repository at this point in the history
fix: Typo in readme.md
  • Loading branch information
GordonSmith authored Aug 21, 2023
2 parents 08e7e62 + 8ab6955 commit 29298f8
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 @@ -53,7 +53,7 @@ console.log(graphviz.version());
```

Notes:
* Import must specify which wasm library your using
* Import must specify which wasm library you are using
* wasmFolder is no longer needed
* All wasm libraries have the same asynchronous load pattern
- `const instance = await Wasm.load();`
Expand Down

0 comments on commit 29298f8

Please sign in to comment.