Skip to content

Commit a060301

Browse files
committed
Update README
1 parent d377222 commit a060301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In vanilla HTML, Plot can be imported as an ES module, say from Skypack:
3939
```html
4040
<script type="module">
4141
42-
import * as Plot from "https://cdn.skypack.dev/@observablehq/plot@0.4";
42+
import * as Plot from "https://cdn.skypack.dev/@observablehq/plot@0.5";
4343
4444
document.body.append(Plot.plot(options));
4545
@@ -50,7 +50,7 @@ Plot is also available as a UMD bundle for legacy browsers.
5050

5151
```html
5252
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
53-
<script src="https://cdn.jsdelivr.net/npm/@observablehq/plot@0.4"></script>
53+
<script src="https://cdn.jsdelivr.net/npm/@observablehq/plot@0.5"></script>
5454
<script>
5555
5656
document.body.append(Plot.plot(options));

0 commit comments

Comments
 (0)