Skip to content

Commit b68768e

Browse files
author
David A. Eilertsen
committed
spelling
1 parent 7b8e0e0 commit b68768e

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
@@ -1,5 +1,5 @@
11
# smpl-msg
2-
A simple AMQP abstraction to easily initialize consumers and/or publishers for an go application. This is simply a bootstrap project to use to MVPs or to extend, which is the focus of this implementation.
2+
A simple AMQP abstraction to easily initialize consumers and/or publishers for a go app. This is simply a bootstrap project to use for MVPs or to extend, which is the focus of this implementation.
33

44
## Consumers and publishers
55
There are 3 possible consumers or publishers you can use,
@@ -61,4 +61,4 @@ for {
6161
```
6262

6363
## Reconnection
64-
There might be a hicup on the network and the AMQP library does not implement any automatic reconnection functionality. A simple implementation of a one-time retry to re-establish the connection is implemented.
64+
There might be a hicup on the network and the AMQP library does not implement any automatic reconnection functionality. A simple implementation of a one-time retry to re-establish the connection is available.

0 commit comments

Comments
 (0)