Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:lpgauth/shackle into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Jul 31, 2015
2 parents a42d035 + 8970f93 commit 2e30c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Non-blocking Erlang client framework
* Performance optimized
* Request pipelining

## Examples
### Implementing a client
### Examples
#### Implementing a Shackle client

```erlang
after_connect(Socket, State) ->
Expand All @@ -44,7 +44,7 @@ options() ->
{state, #state {}}
]}.

process_timings(_Timings) ->
process_timings(_Cast, _Timings) ->
ok.

terminate(_State) -> ok.
Expand Down

0 comments on commit 2e30c20

Please sign in to comment.