Skip to content

Commit b76ea52

Browse files
committed
docs: update README
1 parent c93305f commit b76ea52

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
@@ -5,13 +5,13 @@ This is the official JavaScript client for Filecoin Saturn. It is a work in prog
55
## Installation
66

77
```bash
8-
npm install strn
8+
npm install @filecoin-saturn/js-client
99
```
1010

1111
## Usage
1212

1313
```js
14-
import Saturn from 'strn'
14+
import Saturn from '@filecoin-saturn/js-client'
1515

1616
const client = new Saturn()
1717

0 commit comments

Comments
 (0)