diff --git a/README.md b/README.md index 5139d72..fbeb6be 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ AR Shard is non-intrusive extenstion for ActiveRecord to add threadsafe Model ba - Work with you Sharded Model and AR model at the same time - Threadsafe. Battle-tested with Sidekiq and 4 mixed Databases -##Limitations +## Limitations - Doesn't care about migrations - Define config as a Proc. `Due to nature of connection_handlers all DB connections are established at boot time` - if data structure is different between databases you should use `ModelName.reset_column_information`