Update README.md
Fix a command error, missing a `ruby` keyword.
This commit is contained in:
parent
816cf60f35
commit
4fd299ea42
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user