Skip to content

Commit

Permalink
Merge pull request #107 from pbcGIS/patch-1
Browse files Browse the repository at this point in the history
Update `quick-start.md` to fix typo in `composer create-project` command
  • Loading branch information
Ocramius authored Feb 21, 2022
2 parents 16bb3bc + 7afc9a2 commit 7ff2bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you have not yet done so, [install Composer](https://getcomposer.org/doc/00-i
Once you have, use the `create-project` command to create a new application:

```bash
$ composer create-project -sdev laminas/laminas-mvc-skeleton my-application
$ composer create-project -s dev laminas/laminas-mvc-skeleton my-application
```

## Create a Controller
Expand Down

0 comments on commit 7ff2bfb

Please sign in to comment.