README.md in distribute_reads-0.2.1 vs README.md in distribute_reads-0.2.2
- old
+ new
@@ -74,10 +74,10 @@
## Options
### Replica Lag
-Raise an error when replica lag is too high - *PostgreSQL only*
+Raise an error when replica lag is too high
```ruby
distribute_reads(max_lag: 3) do
# raises DistributeReads::TooMuchLag
end