Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit f994a4d

Browse files
committed
Rename README for consistency.
1 parent 35135b3 commit f994a4d

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
@@ -154,7 +154,7 @@ To import and wrap a ReactJS component for use by ReasonReact, the type of the `
154154

155155
```reason
156156
[@genType.import "./MyBanner"] /* Module with the JS component to be wrapped. */
157-
[@bs.module "./MyBannerWrapper.gen"] /* Always the name of the current file plus ".gen". */
157+
[@bs.module "./ImportMyBanner.gen"] /* Always the name of the current file plus ".gen". */
158158
/* The make function will be automatically generated from the types below. */
159159
external make:
160160
(~show: bool, ~message: option(message)=?, 'a) =>

0 commit comments

Comments
 (0)