We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9340284 commit bd780daCopy full SHA for bd780da
README.md
@@ -366,9 +366,9 @@ const expanded = await jsonld.expand(data, {safe: true});
366
367
### Using with React Native
368
369
-Using this library with React Native requires the
+Using this library with React Native requires a polyfill such as
370
[`data-integrity-rn`](https://github.com/digitalcredentials/data-integrity-rn)
371
-polyfill to be imported before this library:
+to be imported before this library:
372
373
```js
374
import '@digitalcredentials/data-integrity-rn';
0 commit comments