README.md in worker_roulette-0.1.1 vs README.md in worker_roulette-0.1.3

- old
+ new

@@ -8,10 +8,10 @@ ```ruby size_of_connection_pool = 100 #Start it up #the config takes size for the connection pool size, evented to specify which api to use, then the normal redis config -WorkerRoulette.start(size: size_of_connection_pool, evented: false, host: 'localhost', timeout: 5, db: 1) +WorkerRoulette.start(size: size_of_connection_pool, evented: true, host: 'localhost', timeout: 5, db: 1) #Enqueue some work sender_id = :shady foreman = WorkerRoulette.a_foreman(sender_id)