mirror of
https://github.com/predis/predis.git
synced 2026-09-10 10:27:11 +00:00
Apply another minor fix to README.
This commit is contained in:
@@ -49,8 +49,7 @@ managed using Composer, but you can also leverage its own autoloader if you are
|
||||
project or script without any PSR-0 compliant autoloading facility:
|
||||
|
||||
```php
|
||||
<?php
|
||||
// prepend a base path if Predis is not available in your "include_path".
|
||||
// Prepend a base path if Predis is not available in your "include_path".
|
||||
require 'Predis/Autoloader.php';
|
||||
|
||||
Predis\Autoloader::register();
|
||||
|
||||
Reference in New Issue
Block a user