Update README.md

Fix a command error, missing a `ruby` keyword.
This commit is contained in:
Mathew P. Jones 2019-01-07 11:59:18 +09:00 committed by GitHub
parent 816cf60f35
commit 4fd299ea42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ bundle install
To run [tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-ruby.html): To run [tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-ruby.html):
``` sh ``` sh
bundle exec send.rb bundle exec ruby send.rb
bundle exec ruby receive.rb bundle exec ruby receive.rb
``` ```