Skip to content

Commit fb11a8f

Browse files
committed
Update CONTRIBUTING
1 parent 6848a34 commit fb11a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The generated bundle `dist/plot.umd.js` can then be loaded like so:
9999
<script src="plot.umd.js"></script>
100100
```
101101

102-
Alternatively, you can attach the `dist/plot.umd.js` file to an [Observable notebook](https://observablehq.com) like so:
102+
Alternatively, you can attach the `dist/plot.umd.js` file to an [Observable notebook](https://observablehq.com), and then load it like so:
103103

104104
```js
105105
Plot = require(await FileAttachment("plot.umd.js").url())

0 commit comments

Comments
 (0)