Skip to content

Commit

Permalink
Merge pull request hpcc-systems#132 from akbo/patch-1
Browse files Browse the repository at this point in the history
Fixed vanilla HTML "import" example in getting-started.md
  • Loading branch information
GordonSmith committed Nov 18, 2022
2 parents b892840 + f75f688 commit a568fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Alternatively the @hpcc-js/wasm package can be imported directly within the html
For modern browsers and `import`:
```html
<script type="module">
import { graphvizSync } from "https://cdn.jsdelivr.net/npm/@hpcc-js/wasm/dist/graphviz.js";
import { Graphviz } from "https://cdn.jsdelivr.net/npm/@hpcc-js/wasm/dist/graphviz.js";
const graphviz = await Graphviz.load();
const dot = "digraph G { Hello -> World }";
Expand Down

0 comments on commit a568fe7

Please sign in to comment.