Skip to content

Commit 7cf59e0

Browse files
authored
Update README.md
1 parent c7a118a commit 7cf59e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ An optional fetching lifecycle method. Invoked just after `GET /props.url` respo
4545
##### `onFetchingError?: (e?: Error) => void`
4646
An optional fetching lifecycle method. Invoked when error occurs during fetching/processing stage.
4747

48-
## `useMessageSource(keyPrefix?: string): ComponentAPI`
48+
## `useMessageSource`
49+
##### `useMessageSource(keyPrefix?: string): ComponentAPI`
4950
A React Hook version of the [ComponentAPI](#ComponentApi).
5051

5152
```js

0 commit comments

Comments
 (0)