Skip to content

Commit ccfd60e

Browse files
authored
Some minor tweaks in README (#472)
1 parent 02bcf0e commit ccfd60e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Install this bundle via Composer:
1111

12-
``` bash
12+
```bash
1313
$ composer require php-translation/symfony-bundle
1414
```
1515

@@ -58,8 +58,8 @@ translation:
5858
```yaml
5959
# config/routes/dev/php_translation.yaml
6060
_translation_webui:
61-
resource: "@TranslationBundle/Resources/config/routing_webui.yaml"
62-
prefix: /admin
61+
resource: '@TranslationBundle/Resources/config/routing_webui.yaml'
62+
prefix: /admin
6363

6464
_translation_profiler:
6565
resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yaml'
@@ -69,12 +69,12 @@ _translation_profiler:
6969
# config/routes/php_translation.yaml
7070
_translation_edit_in_place:
7171
resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yaml'
72-
prefix: /admin
72+
prefix: /admin
7373
```
7474
7575
## Documentation
7676
77-
Read the full documentation at [http://php-translation.readthedocs.io](https://php-translation.readthedocs.io/en/latest/).
77+
Read the full documentation at [https://php-translation.readthedocs.io](https://php-translation.readthedocs.io/en/latest/).
7878
7979
8080
[symfony_flex]: https://github.com/symfony/flex

0 commit comments

Comments
 (0)