Skip to content

Commit 7d59fe5

Browse files
authored
Update README.md
Typo in "context"
1 parent d00365c commit 7d59fe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ the `JsonLdOptions` object, as follows:
159159
DocumentLoader dl = new DocumentLoader();
160160
JsonLdOptions options = new JsonLdOptions();
161161
// ... the contents of "contexts/example.jsonld"
162-
String jsonContext = "{ \"@contxt\": { ... } }";
162+
String jsonContext = "{ \"@context\": { ... } }";
163163
dl.addInjectedDoc("http://www.example.com/context", jsonContext);
164164
options.setDocumentLoader(dl);
165165

0 commit comments

Comments
 (0)