Skip to content

Some minor tweaks in README #472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Install this bundle via Composer:

``` bash
```bash
$ composer require php-translation/symfony-bundle
```

Expand Down Expand Up @@ -58,8 +58,8 @@ translation:
```yaml
# config/routes/dev/php_translation.yaml
_translation_webui:
resource: "@TranslationBundle/Resources/config/routing_webui.yaml"
prefix: /admin
resource: '@TranslationBundle/Resources/config/routing_webui.yaml'
prefix: /admin

_translation_profiler:
resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yaml'
Expand All @@ -69,12 +69,12 @@ _translation_profiler:
# config/routes/php_translation.yaml
_translation_edit_in_place:
resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yaml'
prefix: /admin
prefix: /admin
```

## Documentation

Read the full documentation at [http://php-translation.readthedocs.io](https://php-translation.readthedocs.io/en/latest/).
Read the full documentation at [https://php-translation.readthedocs.io](https://php-translation.readthedocs.io/en/latest/).


[symfony_flex]: https://github.com/symfony/flex