Skip to content

Commit b0971c4

Browse files
committed
fix world-atlas reference
1 parent db4263e commit b0971c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/loaders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const quakes = FileAttachment("quakes.csv").csv({typed: true});
5151
Now you can display the earthquakes in a map using [Observable Plot](./lib/plot):
5252

5353
```js
54-
const world = await fetch(import.meta.resolve("npm:world-atlas/world/110m.json")).then((response) => response.json());
54+
const world = await fetch(import.meta.resolve("npm:world-atlas/land-110m.json")).then((response) => response.json());
5555
const land = topojson.feature(world, world.objects.land);
5656
```
5757

0 commit comments

Comments
 (0)