8000 typos and mention running server required · syk-coder/rabbitmq-tutorials@9736b95 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9736b95

Browse files
author
Ann Witbrock
committed
typos and mention running server required
1 parent 85516bb commit 9736b95

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

dotnet/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
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

66
## Requirements
77

8+
To run the examples you also need a running RabbitMQ server
9+
810
### Requirements on Windows
911

1012
You need the RabbitMQ dotnet client.
1113

1214
* Download [rabbitmq-dotnet-client-2.4.1-dotnet-3.0.zip](http://www.rabbitmq.com/releases/rabbitmq-dotnet-client/v2.4.1/rabbitmq-dotnet-client-2.4.1-dotnet-3.0.zip)
1315
* Extract it and copy "RabbitMQ.Client.dll" to your working folder.
1416

15-
You also need to nsure your system can find the C# compiler `csc.exe`,
17+
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're suggesting to use the command line (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 command line is a preferred interface.
23+
due to the nature of examples we prefer the command line.
2224

2325
### Requirements on Linux
2426

0 commit comments

Comments
 (0)
0