Skip to content

Commit 1bb16d5

Browse files
authored
Update README.md
add note about gateway link not working; fix installation code for node
1 parent 23980ae commit 1bb16d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Install with npm from link or ARNS name
77
```sh
88
npm i https://arweave.net/8q_uDLWfXIMEWSuq-eQLQFqTGDiJPOl3hIwkwXqZIQI
99
# OR
10-
npm i https://fairprotocolsdk.arweave.dev
10+
npm i https://fairprotocolsdk.arweave.dev # currently not working
1111
```
1212

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

1515
## Usage
1616

1717
```ts
18-
import FairSDK from 'fair-protocol-sdk';
18+
import FairSDK from 'fair-protocol-sdk/node';
1919
```
2020

2121
Or Import For Browser

0 commit comments

Comments
 (0)