Skip to content

Commit e82c5a3

Browse files
committed
update README
1 parent 09b5e0b commit e82c5a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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.1";
32+
import * as Plot from "https://cdn.skypack.dev/@observablehq/plot@0.2";
3333
3434
document.body.appendChild(Plot.plot(options));
3535
@@ -39,8 +39,8 @@ document.body.appendChild(Plot.plot(options));
3939
Plot is also available as a UMD bundle for legacy browsers.
4040

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

0 commit comments

Comments
 (0)