diff --git a/README.md b/README.md index 1f499366..beea58b0 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ You can install the framework from a terminal by using: ``` composer create-project nova-framework/framework foldername 4.* -s dev ``` - The foldername is the desired folder to be created. + > **Note:** You can install the bare application variant from a terminal by using: ``` diff --git a/app/Console/Bootstrap.php b/app/Console/Bootstrap.php index b1243f4a..11b3d79f 100644 --- a/app/Console/Bootstrap.php +++ b/app/Console/Bootstrap.php @@ -2,10 +2,6 @@ /** * Console - register the Forge Commands and Schedule - * - * @author Virgil-Adrian Teaca - virgil@giulianaeassociati.com - * @version 3.0 - * */