aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.com>2019-06-29 05:37:32 +0300
committerEvgeny Zinoviev <me@ch1p.com>2019-06-29 05:37:32 +0300
commit0044b0ebf5acca9c7ece2a489145d1e3e64604b7 (patch)
treea5ea4bba7083a9524508df4392d2ff492ef099ab
parent3acb8a50357995112acf9d8b5837dceaf5c132b5 (diff)
fix readmeHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0526bf6..ae44362 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ if (count($route) > 1) {
## API
-`add($route, $value)` - Add route. `$value` is a string in any form. See examples below.
+`add($route, $value)` - Add route. `$value` is a string in any form.
`find($route)` - Find route. Returns compiled `$value` or `false` if not found.