Skip to content
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

Small error in the 'import routing' section of the documentation #9

Open
wants to merge 1 commit into
base: poc2
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ In YAML:
``` yaml
# app/config/routing.yml
merk_notification:
resource: "@merkNotificationBundle/Resources/config/routing/user_preferences.xml"
resource: "@merkNotificationBundle/Resources/config/routing/user_preferences.yml"
```

### Step 7: Update your database schema
Expand Down Expand Up @@ -392,4 +392,4 @@ and should extend the base template, though they dont have to. There is one vari
into the template, `notification` which contains the individual notification sent for a
single user.

The template is rendered separately for each user to be notified for each notification type.
The template is rendered separately for each user to be notified for each notification type.