From cca7f8237fa8cc8572f1aa4fccca034d514a0915 Mon Sep 17 00:00:00 2001 From: David Carr Date: Sun, 13 Oct 2019 13:03:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e366163..c89d1b44 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The foldername is the desired folder to be created. > **Note:** You can install the bare application variant from a terminal by using: ``` -composer create-project nova-framework/app foldername 4.* -s dev +composer create-project nova-framework/app foldername ``` > **Note:** For additional installation instructions, for example; setting up a Virtualhost (Recommended for Local Development), Nginx or IIS with URL Rewrite, [please visit the install docs](http://novaframework.com/documentation/v3/install).