Skip to content

Commit 1355a46

Browse files
authored
Merge pull request #352 from pyrech/patch-2
Fix default Kernel location
2 parents c25162b + 4fb3650 commit 1355a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Alternatively, you can use [Composer](http://getcomposer.org) to install the sta
1212

1313
`composer require api-platform/core`
1414

15-
Then, update your `app/config/AppKernel.php` file:
15+
Then, update your `app/AppKernel.php` file:
1616

1717
```php
1818
<?php
19-
// app/config/AppKernel.php
19+
// app/AppKernel.php
2020

2121
public function registerBundles()
2222
{

0 commit comments

Comments
 (0)