README.markdown in ironmq-1.2.4 vs README.markdown in ironmq-1.2.5
- old
+ new
@@ -2,9 +2,13 @@
-------------
Getting Started
==============
+Install the gem:
+
+ gem install ironmq
+
Create an IronMQ client object:
@client = IronMQ::Client.new('token'=>'MYTOKEN', 'project_id'=>'MYPROJECTID')
You can get your `token` and `project_id` at http://www.iron.io .