Skip to content

Commit

Permalink
Fix readme for Symfony 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbeckers committed Oct 21, 2022
1 parent 8775f13 commit 85e06ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Then add the Bundle endpoint for alexa to `config/routes.yaml`.
# config/routes.yaml
maxbeckers_amazon_alexa:
path: /alexa/ # the url, the alexa endpoint should be available
defaults: { _controller: MaxBeckersAmazonAlexaBundle:AmazonAlexa:amazonRequest }
defaults: { _controller: MaxBeckers\AmazonAlexaBundle\Controller\AmazonAlexa::amazonRequest }
```
## Create handlers
To add Handlers for alexa, create them as a service and tag them with `maxbeckers_amazon_alexa.request_handler`.
Expand Down

0 comments on commit 85e06ee

Please sign in to comment.