Skip to content

Commit 2867e8d

Browse files
authored
Merge pull request #43 from CodeSandwich/patch-1
2 parents 8dfecbe + ce56a9d commit 2867e8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ const response: FunctionsResponse = await responseListener.listenForResponseFrom
476476
returnDataBytesHexstring: string // Data returned by consumer contract's handleOracleFulfillment method represented as a hex string
477477
fulfillmentCode: FulfillmentCode // Indicates whether the request was fulfilled successfully or not
478478
}
479+
```
479480

480481
Alternatively, to listen using a request ID, use the `listenForResponse()` method.
481482

@@ -710,4 +711,4 @@ const functionsRequestBytesHexString: string = buildRequestCBOR({
710711

711712

712713
## Browser use
713-
This package can also be used in most modern web browsers. You can import the package in your front-end application, and call the APIs as you would in a back end NodeJs/Deno environment.
714+
This package can also be used in most modern web browsers. You can import the package in your front-end application, and call the APIs as you would in a back end NodeJs/Deno environment.

0 commit comments

Comments
 (0)