Skip to content

Commit

Permalink
[doc fix] headings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Jan 4, 2015
1 parent 6890f4c commit 7cc24f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a req/rep pattern. This is ideal when doing concurrent operations that require
the return callback to be properly associated with the data that was sent (and
the result then returned)

Goal:
## Goal:

The purpose of this module is to hide all of the dirty async startup needed when
connecting to rabbit. When initializing a constructor, we establish a `connection` to rabbit and
Expand All @@ -22,7 +22,7 @@ the `REP` socket which emits any message received from a `REQ` socket with
a callback to reply to it. Please see the example below to understand my
ramblings.

Example:
## Example:

Below shows a simple use case

Expand Down

0 comments on commit 7cc24f9

Please sign in to comment.