Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Mar 8, 2024
1 parent 752c87a commit efff70b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -36,7 +36,8 @@ Currently, there are some niggling problems which remain after generation;
```json
{
"imports": {
"@vega/npm/": "https://cdn.jsdelivr.net/npm/"
"##vega-embed": "https://cdn.jsdelivr.net/npm/vega-embed@6/+esm",
"##vega-view": "https://cdn.jsdelivr.net/npm/vega-view@5/+esm"
}
}
```
Expand Down
3 changes: 2 additions & 1 deletion raw_docs/scala_js/scalaJS.md
Expand Up @@ -86,7 +86,8 @@ Which should bring in it's transitive dependancies. You could also consider goin
```json
{
"imports": {
"@vega/npm/": "https://cdn.jsdelivr.net/npm/"
"##vega-embed": "https://cdn.jsdelivr.net/npm/vega-embed@6/+esm",
"##vega-view": "https://cdn.jsdelivr.net/npm/vega-view@5/+esm",
}
}
```

0 comments on commit efff70b

Please sign in to comment.