From 7b6b620730c9866842877d804f4983411e46b980 Mon Sep 17 00:00:00 2001 From: Glenn Hermans Date: Thu, 14 Jan 2021 18:34:40 +0100 Subject: [PATCH] Removed bagisto-standard from installation steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 345456def..702b12b58 100755 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ http(s)://example.com/public ##### Execute these commands below, in order ~~~ -1. composer create-project bagisto/bagisto-standard +1. composer create-project bagisto/bagisto ~~~ ~~~