Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add note about gateway link not working; fix installation code for node
  • Loading branch information
l-silvestre authored Aug 11, 2023
1 parent 23980ae commit 1bb16d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Install with npm from link or ARNS name
```sh
npm i https://arweave.net/8q_uDLWfXIMEWSuq-eQLQFqTGDiJPOl3hIwkwXqZIQI
# OR
npm i https://fairprotocolsdk.arweave.dev
npm i https://fairprotocolsdk.arweave.dev # currently not working
```

**Note:** Using ARNS name will use latest version of the sdk deployed

## Usage

```ts
import FairSDK from 'fair-protocol-sdk';
import FairSDK from 'fair-protocol-sdk/node';
```

Or Import For Browser
Expand Down

0 comments on commit 1bb16d5

Please sign in to comment.