README.markdown in simple_worker-2.0.0.beta.3 vs README.markdown in simple_worker-2.0.0.beta.4
- old
+ new
@@ -11,14 +11,14 @@
gem install simple_worker
Configure SimpleWorker
----------------------
-You really just need your access keys.
+You really just need your token, which you can get [here][2]
+[2]: http://simpleworker.com/tokens
SimpleWorker.configure do |config|
- config.access_key = ACCESS_KEY
- config.secret_key = SECRET_KEY
+ config.token = TOKEN
end
Generate a Worker with Rails
----------------------------
If you're rolling on Rails, use the following: