From c80d5af5ba0f577e75f5662386e51bee68bedc2f Mon Sep 17 00:00:00 2001 From: sasa-b Date: Tue, 13 Nov 2018 23:41:42 +0100 Subject: [PATCH] Typo fix --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 15b2651..7f47616 100644 --- a/readme.md +++ b/readme.md @@ -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 `
` file required by React. If it is in development it will write/append to the `react.js` file.