Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 43d364a

Browse files
committed
Merge branch 'hotfix/16'
Close #16
2 parents ca34ef0 + ac22854 commit 43d364a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,6 @@ To use view helpers, the `ZendViewRendererFactory`:
3131
- a `view_helpers` sub-key; which
3232
- follows standard zend-servicemanager configuration.
3333

34-
To use the `UrlHelper` provided in this package, ensure that you register its
35-
factory in that configuration:
36-
37-
```php
38-
use Zend\Expressive\ZendView\UrlHelperFactory;
39-
40-
return [
41-
'view_helpers' => [
42-
'factories' => [
43-
'url' => UrlHelperFactory::class,
44-
],
45-
],
46-
];
47-
```
48-
4934
## Documentation
5035

5136
See the [zend-expressive](https://github.com/zendframework/zend-expressive/blob/master/doc/book)

0 commit comments

Comments
 (0)