Skip to content

Commit d7de908

Browse files
committed
Using a repo as an example that is not abandoned
1 parent 8c1f36d commit d7de908

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
@@ -17,12 +17,12 @@ After that you can create the project:
1717
composer create-project mautic/recommended-project:^5.0 some-dir --no-interaction
1818
```
1919

20-
With `composer require ...` you can download new dependencies to your
21-
installation.
20+
With `composer require ...` you can download new dependencies to your installation.
2221

22+
Example of installing a plugin:
2323
```
2424
cd some-dir
25-
composer require mautic/mautic-saelos-bundle:~2.0
25+
composer require mautic/helloworld-bundle
2626
```
2727

2828
The `composer create-project` command passes ownership of all files to the

0 commit comments

Comments
 (0)