Skip to content

Commit 7ff2bfb

Browse files
authored
Merge pull request laminas#107 from pbcGIS/patch-1
Update `quick-start.md` to fix typo in `composer create-project` command
2 parents 16bb3bc + 7afc9a2 commit 7ff2bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/quick-start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you have not yet done so, [install Composer](https://getcomposer.org/doc/00-i
1717
Once you have, use the `create-project` command to create a new application:
1818

1919
```bash
20-
$ composer create-project -sdev laminas/laminas-mvc-skeleton my-application
20+
$ composer create-project -s dev laminas/laminas-mvc-skeleton my-application
2121
```
2222

2323
## Create a Controller

0 commit comments

Comments
 (0)