README.md in dalli-1.0.1 vs README.md in dalli-1.0.2

- old
+ new

@@ -27,9 +27,10 @@ 2. contains explicit "chokepoint" methods which handle all requests; these can be hooked into by monitoring tools (NewRelic, Rack::Bug, etc) to track memcached usage. 3. comes with hooks to replace memcache-client in Rails. 4. is approx 700 lines of Ruby. memcache-client is approx 1250 lines. 5. supports SASL for use in managed environments, e.g. Heroku. 6. provides proper failover with recovery and adjustable timeouts + 7. has a backwards-compatibility mode for people migrating from memcache-client (see Upgrade.md). Installation and Usage ------------------------