浏览代码

Update README.

Daniele Alessandri 13 年之前
父节点
当前提交
31bd53b1ed
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      README.md

+ 1 - 3
README.md

@@ -36,9 +36,7 @@ When used in a project or script without PSR-0 autoloading, Predis includes its
 require PREDIS_BASE_PATH . '/Autoloader.php';
 require PREDIS_BASE_PATH . '/Autoloader.php';
 
 
 Predis\Autoloader::register();
 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
 You can also create a single [Phar](http://www.php.net/manual/en/intro.phar.php) archive from the repository