diff --git a/README.md b/README.md
index 4b6a9e5..7b0261d 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
## Introduction
-An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
+An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many use cases. It is shipped with a cross-browser compatible template, along with client-side validation to modernize your application.
-For full documentation and live demo please visit CrestApps.com
+For full documentation and live demo, please visit CrestApps.com
## Features
@@ -12,7 +12,7 @@ For full documentation and live demo please visit Create named routes with and without group.
The above command will create resource-file named /resources/laravel-code-generator/sources/asset_categories.json. It is going to assume that the table name is called "asset_categories" in your database. Note, it assumes your table is plural. If that is not the case, you can use --table-name=some_other_table_name
-Then it will create a model app/Models/AssetCategory, a controller app/Http/Controllers/AssetCategoriesController, all views and the routes!
-You may also create a resource-file from existing database separately using php artisan resource-file:form-database AssetCategory
Then it will create a model app/Models/AssetCategory, a controller app/Http/Controllers/AssetCategoriesController, all views and routes!
+You may also create a resource-file from existing database separately using php artisan resource-file:from-database AssetCategory
### Creating resources from existing database with translation for English and Arabic in two step for better control over the fields!-
php artisan create:resources AssetCategory --translation-for=en,ar --table-existsThe above command will create resource-file names /resources/laravel-code-generator/sources/asset_categories.json
+The above command will create resource-file named /resources/laravel-code-generator/sources/asset_categories.json
Then it will create a model app/Models/AssetCategory, a controller app/Http/Controllers/AssetCategoriesController, all views and the routes!
-You may also create a resource-file from existing database separately using
+php artisan resource-file:form-database AssetCategory --translation-for=en,arYou may also create a resource-file from existing database separately using
php artisan resource-file:from-database AssetCategory --translation-for=en,ar
-+
php artisan resource-file:form-database AssetCategory --translation-for=en,ar
php artisan resource-file:from-database AssetCategory --translation-for=en,ar-
php artisan create:resources AssetCategoryThe above command will create resource-file names /resources/laravel-code-generator/sources/asset_categories.json
-Then it will create a model app/Models/AssetCategory, a controller app/Http/Controllers/AssetCategoriesController, all views and the routes!
+The above command will create resource-file named /resources/laravel-code-generator/sources/asset_categories.json
+Then it will create a model app/Models/AssetCategory, a controller app/Http/Controllers/AssetCategoriesController, all views and routes!