From 8a882e0e9175cd8f3db38105f65f2141beb40748 Mon Sep 17 00:00:00 2001 From: Virgil-Adrian Teaca Date: Tue, 20 Mar 2018 04:22:06 +0200 Subject: [PATCH] Small changes --- README.md | 2 +- app/Console/Bootstrap.php | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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 - * */