diff --git a/README.md b/README.md index 483f3be4..c9ec4f16 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Gets data on a single NFT give a contract address and tokenId. | Param | Type | Description | | --- | --- | --- | -| args | | arguemnts for query object | +| args | | arguments for query object | | args.token | | Token parameters | | args.token.address | string | address of the token (req'd) | | args.token.tokenId | string | string ID of the token (req'd) | @@ -358,7 +358,7 @@ Gets data on the total supply of NFTs in a collection. | network.networks | Network to query on (currently only ETHEREUM) | ### zdk.search(pagination, query, filter) ⇒ -Searchs for an NFT or collection based on a string input. +Searches for an NFT or collection based on a string input. **Returns**: Promise.<SearchQuery> - Search query graphql response