Skip to content

Commit 4d5fa89

Browse files
committed
jsDelivr instead of Skypack
1 parent 8877704 commit 4d5fa89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.6.1
44

5-
*Not yet released. These are forthcoming changes in the main branch.*
5+
[Released December 12, 2022.](https://github.com/observablehq/plot/releases/tag/v0.6.1)
66

77
The new [geo mark](./README.md#geo) renders GeoJSON geometries such as polygons, lines, and points. Together with Plot’s new [projection system](https://observablehq.com/@observablehq/plot-projections), Plot can now produce [thematic maps](https://observablehq.com/@observablehq/plot-mapping). For example, the choropleth map below shows unemployment rates by U.S. county.
88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Plot can then be imported as a namespace:
3535
import * as Plot from "@observablehq/plot";
3636
```
3737

38-
In vanilla HTML, Plot can be imported as an ES module, say from Skypack:
38+
In vanilla HTML, Plot can be imported as an ES module, say from jsDelivr:
3939

4040
```html
4141
<script type="module">
4242
43-
import * as Plot from "https://cdn.skypack.dev/@observablehq/[email protected]";
43+
import * as Plot from "https://cdn.jsdelivr.net/npm/@observablehq/[email protected]/+esm";
4444
4545
document.body.append(Plot.plot(options));
4646

0 commit comments

Comments
 (0)