Merge pull request #10 from hallas/master

Update README.md
diff --git a/README.md b/README.md
index a159547..da38476 100644
--- a/README.md
+++ b/README.md
@@ -76,9 +76,8 @@
 
 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.