浏览代码

Update README.

[ci skip]
Daniele Alessandri 11 年之前
父节点
当前提交
be6b7fe5f0
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -169,9 +169,9 @@ $client->eval($READONLY_LUA_SCRIPT, 0);             // Sticks to slave using `ev
 $client->evalsha(sha1($READONLY_LUA_SCRIPT), 0);    // ... and `evalsha`, too.
 ```
 
-The `examples` directory contains two complete scripts showing how replication can be configured in
-a [simple](examples/replication_simple.php) and a [more complex](examples/replication_complex.php)
-scenario.
+The `examples` directory contains two complete scripts showing how replication can be configured for
+[simple](examples/replication_simple.php) or [complex](examples/replication_complex.php) scenarios.
+
 
 #### Clustering ####