Skip to content

Commit

Permalink
Update project name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwkitchen authored Nov 5, 2021
1 parent 98d59b5 commit b949a49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Commerce 2.x project template
# Drupal Commerce project template

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

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

```
composer create-project drupalcommerce/project-base some-dir --stability dev --no-interaction
composer create-project drupalcommerce/commerce-project some-dir --stability dev --no-interaction
```

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

0 comments on commit b949a49

Please sign in to comment.