Update README.

This commit is contained in:
Daniele Alessandri
2011-12-27 15:57:12 +01:00
parent 39a9fc2ddd
commit c25a815317
+2 -1
View File
@@ -43,7 +43,8 @@ if you are going to use it in a project or script without any PSR-0 compliant au
``` php
<?php
require PREDIS_BASE_PATH . '/Autoloader.php';
// prepend a base path if Predis is not present in your "include_path".
require 'Predis/Autoloader.php';
Predis\Autoloader::register();
```