Skip to content

Commit 709b097

Browse files
fix readme nits
1 parent 8c490fa commit 709b097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ console.log(asset);
154154
```sh
155155
curl --request POST --url "<ENDPOINT>" --header 'Content-Type: application/json' --data '{
156156
"jsonrpc": "2.0",
157-
"method": "getAsset",
157+
"method": "getAssets",
158158
"params": [
159159
"8vw7tdLGE3FBjaetsJrZAarwsbc8UESsegiLyvWXxs5A",
160160
"5ja3EvVuEu5rXgtYE3LXKG84s7Pmy5siFfYbcopMc2Dx"
@@ -246,7 +246,7 @@ console.log(proof);
246246
```sh
247247
curl --request POST --url "<ENDPOINT>" --header 'Content-Type: application/json' --data '{
248248
"jsonrpc": "2.0",
249-
"method": "getAssetProof",
249+
"method": "getAssetProofs",
250250
"params": [
251251
"8TrvJBRa6Pzb9BDadqroHhWTHxaxK8Ws8r91oZ2jxaVV",
252252
"5HsEEPqaMKvneyoxMEEfFh47CUrWTZruhrECg4Fsn4Go"

0 commit comments

Comments
 (0)