Skip to content

Commit

Permalink
feat: review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Sep 21, 2023
1 parent 00af0b5 commit ecccb7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ The code for the landing [page](https://openpayments.guide) is in `./landing`.

## Dependencies

- [Wallet Addresses](https://paymentpointers.org)
- [Interledger](https://interledger.org)

## Open Payments Catchup Call
Expand Down
2 changes: 1 addition & 1 deletion packages/open-payments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This package exports two clients, an `UnauthenticatedClient` and an `Authenticat
### `UnauthenticatedClient`

This client allows making requests to access publicly available resources, without needing authentication.
The three available resources are [Wallet Addresses](https://docs.openpayments.guide/reference/get-payment-pointer), [Wallet Address Keys](https://docs.openpayments.guide/reference/get-payment-pointer-keys), and [ILP Stream Connections](https://docs.openpayments.guide/reference/get-ilp-stream-connection).
The three available resources are [Wallet Addresses](https://docs.openpayments.guide/reference/get-wallet-address), [Wallet Address Keys](https://docs.openpayments.guide/reference/get-wallet-address-keys), and [ILP Stream Connections](https://docs.openpayments.guide/reference/get-ilp-stream-connection).

```ts
import { createUnauthenticatedClient } from '@interledger/open-payments'
Expand Down

0 comments on commit ecccb7c

Please sign in to comment.