Skip to content

Commit

Permalink
another edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Heow Goodman committed Nov 8, 2011
1 parent 99d17e5 commit 5f9520c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ The new POST route uses the `name` variable from the form. This is possible bec

(def app (wrap-params routes))

Simply put: __middleware is features__. Rather than forcing you into a one-size-fits all model, it's a way to mix and match whichever features you need.
Simply put: __middleware is features__. Rather than forcing you into a one-size-fits all model, it's a way to mix and match whichever ones you need.

In this case, we have to process form variables. `wrap-params` is what does this for us by making the form variable `name` available as a local.

Expand Down

0 comments on commit 5f9520c

Please sign in to comment.