Commit 9761936f authored by Jonathan H. Wage's avatar Jonathan H. Wage

Fixing typo

parent d7a52291
......@@ -5,7 +5,7 @@ In order to use the DBAL all you need is the `Doctrine\Common` and `Doctrine\DBA
[php]
use Doctrine\Common\ClassLoader;
require '/path/to/doctrine';
require '/path/to/doctrine/lib/Doctrine/Common/ClassLoader.php';
$classLoader = new ClassLoader('Doctrine', '/path/to/doctrine');
$classLoader->register();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment