diff --git a/README.md b/README.md index d1eea485..57020ae9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ # Seaport.js -[Seaport][seaport-link] is a new marketplace protocol for safely and efficiently buying and selling NFTs. This is a JavaScript library intended to make interfacing with the contract reasonable and easy. +[Seaport][seaport-link] is a new marketplace protocol for safely and efficiently buying and selling NFTs. This is a TypeScript library intended to make interfacing with the contract reasonable and easy. - [Synopsis](#synopsis) - [Installation](#installation) @@ -22,7 +22,7 @@ ## Synopsis -This is a JavaScript library to help interface with Seaport. It includes various helper methods and constants that makes interfacing with Seaport easier. These include creating orders, fulfilling orders, doing the necessary balance and approval checks, and more. We recommend taking a look at the [Seaport][seaport-link] docs to get a better understanding of how the Seaport marketplace works. +This is a TypeScript library to help interface with Seaport. It includes various helper methods and constants that makes interfacing with Seaport easier. These include creating orders, fulfilling orders, doing the necessary balance and approval checks, and more. We recommend taking a look at the [Seaport][seaport-link] docs to get a better understanding of how the Seaport marketplace works. ## Installation diff --git a/package.json b/package.json index 9b539f7d..87135e01 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opensea/seaport-js", "version": "3.0.0", - "description": "[Seaport](https://github.com/ProjectOpenSea/seaport) is a new marketplace protocol for safely and efficiently buying and selling NFTs. This is a JavaScript library intended to make interfacing with the contract reasonable and easy.", + "description": "[Seaport](https://github.com/ProjectOpenSea/seaport) is a new marketplace protocol for safely and efficiently buying and selling NFTs. This is a TypeScript library intended to make interfacing with the contract reasonable and easy.", "license": "MIT", "author": "OpenSea Developers", "homepage": "https://github.com/ProjectOpenSea/seaport-js#readme",