From 51b4dced0f2206965605cfff96f2805c685938cd Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Thu, 7 Dec 2023 17:01:57 -0800 Subject: [PATCH] update --- README.md | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e2d7616c..5d00219d5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ # OpenSea.js -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. diff --git a/package.json b/package.json index 0b96b8f14..7e1180773 100644 --- a/package.json +++ b/package.json @@ -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", @@ -76,6 +76,7 @@ "crypto", "ethereum", "javascript", + "typescript", "marketplace", "nft", "node",