Skip to content

Commit 90cc965

Browse files
committed
Fix README
1 parent d54b974 commit 90cc965

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
@@ -116,7 +116,7 @@ export const Sender = () => {
116116

117117
```
118118

119-
### `useFetch`
119+
### `usePromise`
120120
```javascript
121121
usePromise<T, I: $ReadOnlyArray<mixed>>(
122122
callFunction: ?(...args: I) => Promise<T>,

0 commit comments

Comments
 (0)