Browse Source

Update README.

[ci skip]
Daniele Alessandri 11 years ago
parent
commit
be6b7fe5f0
1 changed files with 3 additions and 3 deletions
  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.
 $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 ####
 #### Clustering ####