Skip to content

Commit

Permalink
fixup! docs(ag-trade): details for presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jan 17, 2024
1 parent 357aa6b commit 234983d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ag-trade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ interface CosmosFetch {
}
interface LCD {
// fetch(`${apiURL}${href}`).then(r => r.json())
// fetch(`${apiURL}${path}`).then(r => r.json())
// plus a bit of error handling and options
getJSON: (path: string, options) => Promise<any>;
}
Expand Down

0 comments on commit 234983d

Please sign in to comment.