Skip to content
This repository was archived by the owner on Dec 3, 2018. It is now read-only.

Commit 77bc664

Browse files
committed
v0.9.0-alpha4
1 parent a4f9a90 commit 77bc664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reason-scripts",
3-
"version": "0.9.0-alpha3",
3+
"version": "0.9.0-alpha4",
44
"description": "Scripts for Create React App with ReasonML.",
55
"repository": "reasonml-community/reason-scripts",
66
"license": "MIT",

template/src/app.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let make = (~message, _children) => {
1414
</div>
1515
<p className="App-intro">
1616
(ReasonReact.string("To get started, edit"))
17-
<code> (ReasonReact.string(" src/app.re ")) </code>
17+
<code> (ReasonReact.string(" src/App.re ")) </code>
1818
(ReasonReact.string("and save to reload."))
1919
</p>
2020
</div>,

0 commit comments

Comments
 (0)