8000 Merge branch 'master' into bug24166 · syk-coder/rabbitmq-tutorials@b47b345 · GitHub
[go: up one dir, main page]

Skip to content

Commit b47b345

Browse files
author
Emile Joubert
committed
Merge branch 'master' into bug24166
Conflicts: dotnet/README.md
2 parents 1c27598 + 277f3e1 commit b47b345

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

dotnet/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Dotnet C# code for RabbitMQ tutorials
22

3-
Here you can find C# code examples for [RabbitMQ
3+
Here you can find the C# code examples for [RabbitMQ
44
tutorials](http://www.rabbitmq.com/getstarted.html).
55

6+
To successfully use the examples you will need a running RabbitMQ server.
7+
68
## Requirements
79

810
### Requirements on Windows
@@ -16,9 +18,9 @@ You also need to ensure your system can find the C# compiler `csc.exe`,
1618
you may need to add `;C:\WINDOWS\Microsoft.NET\Framework\v3.5` to your
1719
Path.
1820

19-
We suggest using the commandline (start->run cmd.exe) to
21+
We're using the command line (start->run cmd.exe) to
2022
compile and run the code. Alternatively you could use Visual Studio, but
21-
due to the nature of examples commandline is a preferred interface.
23+
due to the nature of examples we prefer the command line.
2224

2325
### Requirements on Linux
2426

java/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
Here you can find the Java code examples from [RabbitMQ
44
tutorials](http://www.rabbitmq.com/getstarted.html).
55

6+
To successfully use the examples you will need a running RabbitMQ server.
7+
68
## Requirements
79

8-
To run this code you need to download the RabbitMQ
10+
You'll need to download the RabbitMQ
911
[java client library package](http://www.rabbitmq.com/java-client.html),
1012
and check its signature as described there.
1113
Unzip it into your working directory and ensure the JAR files from the

python/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Here you can find Python code examples from [RabbitMQ
44
tutorials](http://www.rabbitmq.com/getstarted.html).
55

6+
To successfully use the examples you will need a running RabbitMQ server.
7+
68
## Requirements
79

810
To run this code you need `pika` library version 0.9.5. To install it run

0 commit comments

Comments
 (0)
0