Skip to content

Commit 0b22f01

Browse files
committed
fix: minor mistake in readme.me
1 parent f764bce commit 0b22f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const $fetchGithub: typeof _$fetchGithub = (path, opts?) => {
103103

104104
opts.onResponse = (ctx) => console.log('response!');
105105

106-
return _fetchGithub(path, opts);
106+
return _$fetchGithub(path, opts);
107107
};
108108

109109
// Do the same for useGithubFetch and useLazyGithubFetch

0 commit comments

Comments
 (0)