Skip to content

Commit dc8af3d

Browse files
committed
Documentation update
1 parent d9adffa commit dc8af3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
This library provides integration for PHP-DI with Zend Framework 1.
44

55
This project also contains the [Zend Framework quickstart](http://framework.zend.com/manual/en/learning.quickstart.intro.html)
6-
configured with [PHP-DI](http://github.com/mnapoli/PHP-DI).
6+
configured with [PHP-DI](http://php-di.org).
77

8-
[PHP-DI](http://github.com/mnapoli/PHP-DI) is a Dependency Injection Container for PHP.
8+
[PHP-DI](http://php-di.org) is a Dependency Injection Container for PHP.
99

1010
If you are looking for Zend Framework 2 integration, head over [here](https://github.com/mnapoli/PHP-DI-ZF2).
1111

@@ -34,7 +34,7 @@ To use PHP-DI in your ZF1 application, you need to change the Dispatcher used by
3434
// Configure your container here
3535
$container = $builder->build();
3636

37-
$dispatcher = new \DI\ZendFramework1\Dispatcher();
37+
$dispatcher = new \DI\Bridge\ZendFramework1\Dispatcher();
3838
$dispatcher->setContainer($container);
3939

4040
$frontController = Zend_Controller_Front::getInstance();

0 commit comments

Comments
 (0)