Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-b authored and sasa-b committed Nov 13, 2018
1 parent 8dbaf75 commit c80d5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ All you need to do to integrate React into your favorite full stack MVC project
If you are a __Laravel__ user you can start using it out of the box, it uses Laravel's folder structure by default.

The "bundling" `react.js` file will be generated in `/resources/assets/js` and it will look for your React component files
in the `/resources/assets/js/components` folder bu default.
in the `/resources/assets/js/components` folder by default.

This function will detect the environment of your app from the `.env` file, if it is in _production_ it will just
return the `<div id='my-component' data-props='{"foo":"bar"}'>` file required by React. If it is in development it will write/append to the `react.js` file.
Expand Down

0 comments on commit c80d5af

Please sign in to comment.