Bladeren bron

Update README.

[ci skip]
Daniele Alessandri 10 jaren geleden
bovenliggende
commit
dd1b63ae3b
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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
 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
 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)
 scenario.
 
-## Clustering ##
+#### Clustering ####
 
 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 >=