Skip to content

Commit

Permalink
Update composer create-project options in README
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jeremykendall committed Jul 10, 2016
1 parent 3d06bbe commit f39b95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:

Expand Down

0 comments on commit f39b95b

Please sign in to comment.