We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00365c commit 7d59fe5Copy full SHA for 7d59fe5
1 file changed
README.md
@@ -159,7 +159,7 @@ the `JsonLdOptions` object, as follows:
159
DocumentLoader dl = new DocumentLoader();
160
JsonLdOptions options = new JsonLdOptions();
161
// ... the contents of "contexts/example.jsonld"
162
-String jsonContext = "{ \"@contxt\": { ... } }";
+String jsonContext = "{ \"@context\": { ... } }";
163
dl.addInjectedDoc("http://www.example.com/context", jsonContext);
164
options.setDocumentLoader(dl);
165
0 commit comments