README.markdown in ironmq-1.2.7 vs README.markdown in ironmq-1.2.8
- old
+ new
@@ -4,11 +4,11 @@
Getting Started
==============
Install the gem:
- gem install ironmq
+ gem install iron_mq
Create an IronMQ client object:
@ironmq = IronMQ::Client.new('token'=>'MYTOKEN', 'project_id'=>'MYPROJECTID')
@@ -24,10 +24,10 @@
p msg
**Pop** a message off the queue:
msg = @ironmq.messages.get()
- p res
+ p msg
When you pop/get a message from the queue, it will NOT be deleted. It will eventually go back onto the queue after
a timeout if you don't delete it (default timeout is 10 minutes).
**Delete** a message from the queue:
\ No newline at end of file