Skip to content

Commit 1be66aa

Browse files
committed
Updated readme with yaml
1 parent 76ebc10 commit 1be66aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@ translation:
6363
```yaml
6464
# config/routes/dev/php_translation.yaml
6565
_translation_webui:
66-
resource: "@TranslationBundle/Resources/config/routing_webui.yml"
66+
resource: "@TranslationBundle/Resources/config/routing_webui.yaml"
6767
prefix: /admin
68-
68+
6969
_translation_profiler:
70-
resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yml'
70+
resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yaml'
7171
```
7272
7373
```yaml
7474
# config/routes/php_translation.yaml
7575
_translation_edit_in_place:
76-
resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yml'
76+
resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yaml'
7777
prefix: /admin
7878
```
7979

0 commit comments

Comments
 (0)