Skip to content

Commit b66c6c8

Browse files
timcharperMaxim Fedorov
authored andcommitted
Fix grammar error. Add Link.
1 parent 0968d76 commit b66c6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ The Scala 2.10 version uses Akka 2.3.14, while the Scala 2.11 version uses Akka
1818
* retrieve new channel if current is broken
1919

2020
Please note that while this library transparently reconnects when a connection fails, it **cannot guarantee** that no
21-
messages will be lost. If you want to make sure every message is delivered, look into you have to use acknowledgements
21+
messages will be lost. If you want to make sure every message is delivered, you have to use acknowledgements
2222
and confirms. This is documented
2323
[in the RabbitMQ Reliability Guide](https://www.rabbitmq.com/reliability.html#connection-failures). An example program
24-
using confirms is included as `ConfirmsExample.scala`.
24+
using confirms can be found in this project under [ConfirmsExample.scala](https://github.com/thenewmotion/akka-rabbitmq/blob/master/src/test/scala/com/thenewmotion/akka/rabbitmq/examples/ConfirmsExample.scala).
2525

2626
## Setup
2727

0 commit comments

Comments
 (0)