Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aberman committed Aug 12, 2011
1 parent 4188d96 commit 023393e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -6,11 +6,13 @@
1. Configure pool changing settings in priv/pooly.conf
2. Start up erl

```
> application:start(pooly).
> {ok, Pid} = pooly:check_out().
> riakc_pb_socket:ping(Pid).
pong
> pooly:check_in(Pid).
```

## API

Expand Down

0 comments on commit 023393e

Please sign in to comment.