Skip to content

Commit fb353e1

Browse files
committed
Update README to reflect v6
1 parent 698c938 commit fb353e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class MyClass {
8585
```json
8686
{
8787
"@context": [
88-
"https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5.0.0/components/context.jsonld",
88+
"https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^6.0.0/components/context.jsonld",
8989
"https://linkedsoftwaredependencies.org/bundles/npm/my-package/^2.0.0/components/context.jsonld"
9090
],
9191
"@id": "urn:my-package:myInstance",
@@ -139,7 +139,7 @@ export class MyClass {
139139
```json
140140
{
141141
"@context": [
142-
"https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5.0.0/components/context.jsonld",
142+
"https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^6.0.0/components/context.jsonld",
143143
{ "ex": "http://example.org/" }
144144
],
145145
"@id": "ex:MyPackage",
@@ -171,7 +171,7 @@ The constructor of `MyClass` takes a single `name` argument.
171171
```json
172172
{
173173
"@context": [
174-
"https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5.0.0/components/context.jsonld",
174+
"https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^6.0.0/components/context.jsonld",
175175
{
176176
"ex": "http://example.org/",
177177
"name": "ex:MyPackage/MyClass#name"

0 commit comments

Comments
 (0)