Browse Source

Update README.

[ci skip]
Daniele Alessandri 10 years ago
parent
commit
dd1b63ae3b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -133,7 +133,7 @@ backed solution using [redis-cluster](http://redis.io/topics/cluster-tutorial).
 Predis can handle single-master and multiple-slaves setups by executing read operations on slaves
 Predis can handle single-master and multiple-slaves setups by executing read operations on slaves
 and switching to the master for write operations. The replication behavior is fully configurable.
 and switching to the master for write operations. The replication behavior is fully configurable.
 
 
-## Replication ##
+#### Replication ####
 
 
 The client can be configured to work in a master / slave replication setup by executing read-only
 The client can be configured to work in a master / slave replication setup by executing read-only
 commands on slave nodes and automatically switch to the master node as soon as a command performing
 commands on slave nodes and automatically switch to the master node as soon as a command performing
@@ -172,7 +172,7 @@ The `examples` directory contains two complete scripts showing how replication c
 a [simple](examples/replication_simple.php) and a [more complex](examples/replication_complex.php)
 a [simple](examples/replication_simple.php) and a [more complex](examples/replication_complex.php)
 scenario.
 scenario.
 
 
-## Clustering ##
+#### Clustering ####
 
 
 Simply passing an array of connection parameters to the client constructor configures Predis to work
 Simply passing an array of connection parameters to the client constructor configures Predis to work
 in clustering mode using client-side sharding. If you, on the other hand, want to leverage Redis >=
 in clustering mode using client-side sharding. If you, on the other hand, want to leverage Redis >=