Skip to content

Commit f8f687c

Browse files
authored
Merge pull request #164 from SolidOS/docs
updated docs
2 parents b3036f2 + c4dc435 commit f8f687c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Both UMD and ESM bundles externalize rdflib to keep bundle sizes small and avoid
6666
```html
6767
<script type="module">
6868
import * as $rdf from 'https://esm.sh/rdflib';
69-
import { solidLogicSingleton, store, authn } from 'https://esm.sh/solid-logic';
69+
import { solidLogicSingleton, store, authn } from 'https://esm.sh/solid-logic@4.0.1';
7070
7171
// Example usage
7272
console.log('Store:', store);
@@ -81,7 +81,7 @@ Both UMD and ESM bundles externalize rdflib to keep bundle sizes small and avoid
8181
{
8282
"imports": {
8383
"rdflib": "https://esm.sh/rdflib",
84-
"solid-logic": "https://esm.sh/solid-logic"
84+
"solid-logic": "https://esm.sh/solid-logic@4.0.1"
8585
}
8686
}
8787
</script>

test/testBundles/test-umd.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1>Solid Logic UMD Bundle Browser Test</h1>
1111
{
1212
"imports": {
1313
"rdflib": "https://esm.sh/rdflib",
14-
"solid-logic": "https://esm.sh/solid-logic"
14+
"solid-logic": "https://esm.sh/solid-logic@4.0.1"
1515
}
1616
}
1717
</script>

0 commit comments

Comments
 (0)