Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzo committed Oct 11, 2023
1 parent c93305f commit b76ea52
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 @@ -5,13 +5,13 @@ This is the official JavaScript client for Filecoin Saturn. It is a work in prog
## Installation

```bash
npm install strn
npm install @filecoin-saturn/js-client
```

## Usage

```js
import Saturn from 'strn'
import Saturn from '@filecoin-saturn/js-client'

const client = new Saturn()

Expand Down

0 comments on commit b76ea52

Please sign in to comment.