Skip to content

Commit

Permalink
Updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qzminski committed Nov 30, 2017
1 parent 3b02c86 commit ff08c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -104,7 +104,7 @@ Result: domain.tld/home.php?page=123 → domain.tld/foobar-123.html
## Create a custom config provider

In addition to the existing providers you can create your own class that provides the rewrite configurations.
The new service must extend the [Terminal42\UrlRewriteBundle\ConfigProvider\ConfigProviderInterface](src/ConfigProvider/ConfigProviderInterface.php)
The new service must implement the [Terminal42\UrlRewriteBundle\ConfigProvider\ConfigProviderInterface](src/ConfigProvider/ConfigProviderInterface.php)
interface and be registered with the appropriate tag:

```yaml
Expand Down

0 comments on commit ff08c01

Please sign in to comment.