Skip to content

Commit b949a49

Browse files
authored
Update project name in README.md
See drupalcommerce#36
1 parent 98d59b5 commit b949a49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Commerce 2.x project template
1+
# Drupal Commerce project template
22

3-
Use [Composer](https://getcomposer.org/) to get Drupal + Commerce 2.x.
3+
Use [Composer](https://getcomposer.org/) to get Drupal + Commerce.
44

55
Also look at [drupalcommerce/demo-project](https://github.com/drupalcommerce/demo-project)
66
for a version with demo content.
@@ -16,7 +16,7 @@ for your setup.
1616
After that you can create the project:
1717

1818
```
19-
composer create-project drupalcommerce/project-base some-dir --stability dev --no-interaction
19+
composer create-project drupalcommerce/commerce-project some-dir --stability dev --no-interaction
2020
```
2121

2222
Done! Use `composer require ...` to download additional modules and themes:

0 commit comments

Comments
 (0)