Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
philipcristiano committed Nov 2, 2015
1 parent 8e4fbdd commit 26ce773
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 @@ -40,12 +40,12 @@ The funcion has to return:
* `{ok, {nck, ReplyPkg}, State}` - The request is denied, details can be set in the ReplyPkg.
* `{error, Reason}` - an error that shuts down the related FSM.

### releas/2
### release/2
Only for informative reasons, the function does not have to return a package, it is passed it's state and the release package and can return either:
* `{ok, State}` - return normall.
* `{ok, State}` - return normal.
* `{error, Reason}` - an error that shuts down the related FSM.

## Configuration
There are three configuration options that can adjust the behavior of the FSM, namely the timeouts.
* initial_timeout - the timeout in seconds until the FSM quits when no initial discover or request is received.
* offer_timeout - the timeout in seconds before a offer has to be accepted or declined.
* offer_timeout - the timeout in seconds before a offer has to be accepted or declined.

0 comments on commit 26ce773

Please sign in to comment.