Skip to content

Commit

Permalink
Merge pull request justinas#10 from hallas/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
justinas committed Oct 7, 2014
2 parents 35b4790 + 21d2055 commit e82c7d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ and will finally reach our handler.

Note that Alice makes **no guarantees** for
how one or another piece of middleware will behave.
It does not execute all handlers sequentially
but wraps them in one another.
If a piece of middleware were to stop the chain,
It executes all middleware sequentially so that if a
piece of middleware were to stop the chain,
the request will not reach the inner handlers.
This is intentional behavior.

Expand Down

0 comments on commit e82c7d9

Please sign in to comment.