Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Dec 8, 2023
1 parent fc6864b commit 51b4dce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# OpenSea.js <!-- omit in toc -->

This is the JavaScript SDK for [OpenSea](https://opensea.io), the largest marketplace for NFTs.
This is the TypeScript SDK for [OpenSea](https://opensea.io), the largest marketplace for NFTs.

It allows developers to access the official orderbook, filter it, create listings and offers, and complete trades programmatically.

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opensea-js",
"version": "7.0.0",
"description": "JavaScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data!",
"description": "TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data",
"license": "MIT",
"author": "OpenSea Developers",
"homepage": "https://docs.opensea.io/reference/api-overview",
Expand Down Expand Up @@ -76,6 +76,7 @@
"crypto",
"ethereum",
"javascript",
"typescript",
"marketplace",
"nft",
"node",
Expand Down

0 comments on commit 51b4dce

Please sign in to comment.