Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Aug 11, 2023
1 parent 304c04a commit e7ca2a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ npm install

## Usage

When developing for React Native and using various DCC-provided libraries such
as [`@digitalcredentials/vc`](https://github.com/digitalcredentials/vc),
make sure to import this polyfill before importing the DCC libraries:
When developing for React Native and using various Digital Bazaar or DCC provided
libraries such as [`jsonld`](https://github.com/digitalbazaar/jsonld.js) or
[`@digitalcredentials/vc`](https://github.com/digitalcredentials/vc),
make sure to import this polyfill before importing the libraries:

```js
import '@digitalcredentials/data-integrity-rn'
Expand Down

0 comments on commit e7ca2a8

Please sign in to comment.