Minor update to readme

Changes qoutes in Gemfile example to single qoutes which is valid when
one do copy and paste.
This commit is contained in:
Alexander Ross
2014-06-07 21:09:14 +02:00
parent 46f6087d9b
commit ef35f39a88

View File

@@ -28,7 +28,7 @@ One of RMQ's goal is to have the best [documentation][1]documentation of any Rub
```
gem install ruby_motion_query
# Update your gem file to use RMQ-Edge
gem ruby_motion_query, :git => git@github.com:infinitered/rmq.git
gem 'ruby_motion_query', :git => 'git@github.com:infinitered/rmq.git'
bundle
rake
```