Skip to content

Commit

Permalink
Update context version in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed May 4, 2022
1 parent dd2fed0 commit 09d0cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The config file that should be passed to the command line tool has the following

```json
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/ldbc-snb-enhancer/^1.0.0/components/context.jsonld",
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/ldbc-snb-enhancer/^2.0.0/components/context.jsonld",
"@id": "urn:ldbc-snb-enhancer:default",
"@type": "Enhancer",
"personsPath": "path/to/social_network_person_0_0.ttl",
Expand Down
2 changes: 1 addition & 1 deletion config/config-example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/ldbc-snb-enhancer/^1.0.0/components/context.jsonld",
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/ldbc-snb-enhancer/^2.0.0/components/context.jsonld",
"@id": "urn:ldbc-snb-enhancer:default",
"@type": "Enhancer",
"personsPath": "path/to/social_network_person_0_0.ttl",
Expand Down

0 comments on commit 09d0cb3

Please sign in to comment.