From c9f27c567b149d0a2f849b2c0ce5ec3c62c39405 Mon Sep 17 00:00:00 2001 From: Lars Olsson Date: Mon, 29 Jun 2015 17:32:08 +0200 Subject: [PATCH] Update README to match the code. Update the docs to match discussion in #41. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de5f610..70f5a0f 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ Routes will not be recognized unless `#to` has been called on it. Generates a route. The args can either be a hash, a list, or a mix of both. -### `#call(env or Rack::Request)` +### `#call(env)` -Recognizes and dispatches the request. +Recognizes and dispatches the request. `env` should be a Hash representing the rack environment. -### `#recognize(env or Rack::Request)` +### `#recognize(env)` -Only performs recognition. +Only performs recognition. `env` should be a Hash representing the rack environment.