Skip to content

Commit 3e59bf5

Browse files
Merge pull request #309 from umeklinks/patch-1
Update README.md
2 parents 9c71d86 + cdd6b6e commit 3e59bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ If you are not familiar with the ReactJS library, read this [react tutorial](htt
4040

4141
#### HTML
4242

43-
In a `.html` file where Include the native javascript `react` and `react_dom` libraries
43+
In a `.html` file, include the native javascript `react` and `react_dom` libraries
4444
_(provided with this library for compatibility reasons)_ within your `.html` file,
45-
and add an element with an `id` to mount your React component into.
45+
and also add an element with an `id` to mount your React component.
4646

4747
Lastly, add the `.js` file that Dart will generate. The file will be the name of the `.dart` file that
4848
contains your `main` entrypoint, with `.js` at the end.

0 commit comments

Comments
 (0)