From f39b95b3aba573074093656e7a6ca7a06995da29 Mon Sep 17 00:00:00 2001 From: jeremykendall Date: Sun, 10 Jul 2016 07:19:04 -0500 Subject: [PATCH] Update `composer create-project` options in README I swapped the short options for the long options for clarity. I feel like it's a little nicer because, especially for people new to Composer, it's immediately obvious what options used with the `create-project` command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e100fd1..cf5df4d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a simple skeleton project for Slim 3 that includes Twig, Flash messages ## Create your project: - $ composer create-project -n -s dev akrabat/slim3-skeleton my-app + $ composer create-project --no-interaction --stability=dev akrabat/slim3-skeleton my-app ### Run it: