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

Commit 49d1371

Browse files
committed
Merge pull request #101 from lorenzoferrarajr/patch-1
Fix typo, git replaced with composer
2 parents 6231329 + 362a3af commit 49d1371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you have not yet done so, [install Composer](https://getcomposer.org/doc/00-i
1313
Once you have, use the `create-project` command to create a new application:
1414

1515
```bash
16-
$ git create-project -sdev zendframework/skeleton-application my-application
16+
$ composer create-project -sdev zendframework/skeleton-application my-application
1717
```
1818

1919
## Create a New Module

0 commit comments

Comments
 (0)