Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There is nothing to build. Just include the source and header files into your Xc

## Usage

* Establish a connection the server using `AMQPConnection`
* Establish a connection to the server using `AMQPConnection`
* Open a communication channel using `AMQPConnection - (AMQPChannel*)openChannel`
* Create queues using `AMQPQueue` or exchanges using `AMQPExchange`
* Connect queues to exchanges using `AMQPQueue`:
Expand Down