Skip to content

Commit ebf159f

Browse files
committed
Some small changes
1 parent f992b76 commit ebf159f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/symfony4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Content:
2222

2323
## Symfony 4 application
2424

25-
First of all, we will need a symfony4 startup application, let's say [symfony-standard edition
25+
First of all, we will need a symfony 4 startup application, let's say [symfony-standard edition
2626
with composer](https://symfony.com/doc/current/best_practices/creating-the-project.html)
2727

2828
- `composer create-project symfony/skeleton [project name]`
2929

3030
Now let's add the **gedmo/doctrine-extensions**
3131

32-
You can find the doctrine-extensions on packagist: https://packagist.org/packages/gedmo/doctrine-extensions
32+
You can find the doctrine-extensions project on packagist: https://packagist.org/packages/gedmo/doctrine-extensions
3333

3434
To add it to your project:
3535
- `composer require gedmo/doctrine-extensions`

0 commit comments

Comments
 (0)