Skip to content

Commit

Permalink
Docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
neocarto committed Jul 22, 2022
1 parent b1718df commit 3851041
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Jacques Bertin (1918-2010) was a French cartographer, whose major contribution w
Latest version

```html
<script src="https://cdn.jsdelivr.net/npm/bertin" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/bertin@1" charset="utf-8"></script>
```

Pinned version
Expand All @@ -51,10 +51,10 @@ Pinned version

#### In Observable

Latest version
Latest major version

```js
bertin = require("bertin");
bertin = require("bertin@1");
```

Pinned version
Expand All @@ -70,7 +70,7 @@ bertin = require("[email protected]");
```html
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
<script src="https://cdn.jsdelivr.net/npm/d3-geo-projection@4"></script>
<script src="https://cdn.jsdelivr.net/npm/bertin"></script>
<script src="https://cdn.jsdelivr.net/npm/bertin@1"></script>

<script>
let geojson =
Expand Down

0 comments on commit 3851041

Please sign in to comment.