Skip to content

Commit 4c783cf

Browse files
committed
Update README
1 parent 0492893 commit 4c783cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In vanilla HTML, Plot can be imported as an ES module, say from Skypack:
2929
```html
3030
<script type="module">
3131
32-
import * as Plot from "https://cdn.skypack.dev/@observablehq/plot@0.3";
32+
import * as Plot from "https://cdn.skypack.dev/@observablehq/plot@0.4";
3333
3434
document.body.appendChild(Plot.plot(options));
3535
@@ -40,7 +40,7 @@ Plot is also available as a UMD bundle for legacy browsers.
4040

4141
```html
4242
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
43-
<script src="https://cdn.jsdelivr.net/npm/@observablehq/plot@0.3"></script>
43+
<script src="https://cdn.jsdelivr.net/npm/@observablehq/plot@0.4"></script>
4444
<script>
4545
4646
document.body.appendChild(Plot.plot(options));

0 commit comments

Comments
 (0)