Skip to content

Commit bd780da

Browse files
Fix polyfill wording.
1 parent 9340284 commit bd780da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,9 @@ const expanded = await jsonld.expand(data, {safe: true});
366366

367367
### Using with React Native
368368

369-
Using this library with React Native requires the
369+
Using this library with React Native requires a polyfill such as
370370
[`data-integrity-rn`](https://github.com/digitalcredentials/data-integrity-rn)
371-
polyfill to be imported before this library:
371+
to be imported before this library:
372372

373373
```js
374374
import '@digitalcredentials/data-integrity-rn';

0 commit comments

Comments
 (0)