Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DCKT committed Feb 17, 2024
1 parent c6c3680 commit 24a2574
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 @@ -95,7 +95,7 @@ type data = {anything: string}
let fetchSomething = async () => {
try {
let response: data = await (instance->Ky.Instance.get("test")).json()
let response: data = await (extendedInstance->Ky.Instance.get("test")).json()
// handle response data
} catch {
| JsError(err) => {
Expand Down

0 comments on commit 24a2574

Please sign in to comment.