Merge pull request #199 from xiangzhuyuan/patch-1

Update README.md
This commit is contained in:
Michael Klishin 2019-01-07 13:55:02 +03:00 committed by GitHub
commit 360692ac2a
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):
``` sh
bundle exec send.rb
bundle exec ruby send.rb
bundle exec ruby receive.rb
```