ソースを参照

Minor fixes in documentation.

Daniele Alessandri 13 年 前
コミット
d38f164d3f
2 ファイル変更2 行追加2 行削除
  1. 1 1
      CHANGELOG.md
  2. 1 1
      README.md

+ 1 - 1
CHANGELOG.md

@@ -77,7 +77,7 @@ v0.7.0 (2011-12-11)
   thus removed. Serialization of commands is now a competence of connections.
 
 - The `Predis\IConnection` interface has been splitted into two new interfaces:
-  `Predis\Network\IConnectionSingle and `Predis\Network\IConnectionCluster`.
+  `Predis\Network\IConnectionSingle` and `Predis\Network\IConnectionCluster`.
 
 - The constructor of `Predis\Client` now accepts more type of arguments such as
   instances of `Predis\IConnectionParameters` and `Predis\Network\IConnection`.

+ 1 - 1
README.md

@@ -53,7 +53,7 @@ stub defining an autoloader function for Predis, so you just need to require the
 the library.
 
 Alternatively you can generate a single PHP file that holds every class, just like older versions of
-Predis, using the `bin/create-single-file.php` executable sript. In this way you can load Predis in your
+Predis, using the `bin/create-single-file.php` executable script. In this way you can load Predis in your
 scripts simply by using functions such as `require` and `include`, but this practice is not encouraged.