Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwrobert committed Jun 12, 2022
1 parent de603ec commit d92a533
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 @@ -19,15 +19,15 @@ We recommend using [nvm](https://github.com/nvm-sh/nvm) to manage Node.js versio
Then, in your project, run:

```
npm install --save seaport-js
npm install --save @opensea/seaport-js
```

## Getting Started

Instantiate your instance of seaport using your ethers provider:

```JavaScript
import { Seaport } from "seaport-js";
import { Seaport } from "@opensea/seaport-js";

const provider = ethers.getDefaultProvider();

Expand Down

0 comments on commit d92a533

Please sign in to comment.