Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
filip26 committed Jul 15, 2024
1 parent 8868747 commit 39e3a48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,15 @@ JsonLd.toRdf("https://example/document.jsonld").loader(cachedLoader).get();
JsonLd.toRdf("https://example/another-document.jsonld").loader(cachedLoader).get();
```

#### Undefined Terms Processing Policy

Set processing policy on undefined terms. `Ignore` by default.

```javascript
// since 1.4.1
JsonLd.expand(...).undefinedTermsPolicy(Fail|Warn|Ignore).get();
```

## Contributing

All PR's welcome!
Expand Down

0 comments on commit 39e3a48

Please sign in to comment.