Skip to content

Commit d92a533

Browse files
committed
chore: update README
1 parent de603ec commit d92a533

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
@@ -19,15 +19,15 @@ We recommend using [nvm](https://github.com/nvm-sh/nvm) to manage Node.js versio
1919
Then, in your project, run:
2020

2121
```
22-
npm install --save seaport-js
22+
npm install --save @opensea/seaport-js
2323
```
2424

2525
## Getting Started
2626

2727
Instantiate your instance of seaport using your ethers provider:
2828

2929
```JavaScript
30-
import { Seaport } from "seaport-js";
30+
import { Seaport } from "@opensea/seaport-js";
3131

3232
const provider = ethers.getDefaultProvider();
3333

0 commit comments

Comments
 (0)