Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit b908096

Browse files
committed
Added --no-dev flag in README example as well
- Thanks, @samsonasik !
1 parent ab1b02d commit b908096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ also provides configuration for officially supported dependencies.
3636
To use the skeleton, use Composer's `create-project` command:
3737

3838
```bash
39-
$ composer create-project -s rc zendframework/zend-expressive-skeleton <project dir>
39+
$ composer create-project --no-dev -s rc zendframework/zend-expressive-skeleton <project dir>
4040
```
4141

4242
This will prompt you through choosing your dependencies, and then create and

0 commit comments

Comments
 (0)