Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix: add link to the sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
chereseeriepa committed Jul 25, 2024
1 parent 57b6dff commit 0d2570b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/indexdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default storage;

### Using with Atala Prism Wallet SDK

Here is a practical example of how to integrate `@pluto-encrypted/indexdb` with the Atala Prism Wallet SDK:
Here is a practical example of how to integrate `@pluto-encrypted/indexdb` with the [Atala Prism Wallet SDK](https://github.com/hyperledger/identus-edge-agent-sdk-ts):

```typescript
import { Agent, Domain, Store, Apollo, Pluto } from '@atala/prism-wallet-sdk'
Expand Down
2 changes: 1 addition & 1 deletion packages/inmemory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default storage;

### Using with Atala Prism Wallet SDK

Here is an example of how to integrate `@pluto-encrypted/inmemory` with the Atala Prism Wallet SDK:
Here is an example of how to integrate `@pluto-encrypted/inmemory` with the [Atala Prism Wallet SDK](https://github.com/hyperledger/identus-edge-agent-sdk-ts):

```typescript
import { Agent, Domain, Store, Apollo, Pluto } from '@atala/prism-wallet-sdk';
Expand Down
2 changes: 1 addition & 1 deletion packages/leveldb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const database = await Database.createEncrypted({

### Using with Atala Prism Wallet SDK

Here’s how to integrate `@pluto-encrypted/leveldb` with the Atala Prism Wallet SDK:
Here’s how to integrate `@pluto-encrypted/leveldb` with the [Atala Prism Wallet SDK](https://github.com/hyperledger/identus-edge-agent-sdk-ts):

```typescript
import { Agent, Domain, Store, Apollo, Pluto } from '@atala/prism-wallet-sdk';
Expand Down

0 comments on commit 0d2570b

Please sign in to comment.