mirror of
https://github.com/predis/predis.git
synced 2026-08-31 12:43:31 +00:00
Update README.
This commit is contained in:
@@ -36,9 +36,7 @@ When used in a project or script without PSR-0 autoloading, Predis includes its
|
||||
require PREDIS_BASE_PATH . '/Autoloader.php';
|
||||
|
||||
Predis\Autoloader::register();
|
||||
|
||||
// You can now create a Predis\Client, and use other Predis classes, without
|
||||
// requiring any additional files.
|
||||
// Now you can use Predis without requiring any additional file.
|
||||
```
|
||||
|
||||
You can also create a single [Phar](http://www.php.net/manual/en/intro.phar.php) archive from the repository
|
||||
|
||||
Reference in New Issue
Block a user