Skip to content

Commit

Permalink
fix: typo in usage example (#50)
Browse files Browse the repository at this point in the history
Signed-off-by: Smuu <[email protected]>
  • Loading branch information
smuu authored Dec 12, 2023
1 parent bea27a8 commit af9ed21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const orderClass = { orderClass: 'market' } // "market" | "limit" | "liquidity"

const appDataDoc = await metadataApi.generateAppDataDoc({
appCode,
environment
environment,
metadata: {
referrer,
quote,
Expand Down

0 comments on commit af9ed21

Please sign in to comment.