From 025e514575cb356f64d36c1afb9d4f61ddd6c367 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Tue, 15 Jan 2019 21:01:31 +0800 Subject: [PATCH] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a95500e..69069c2 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ For a given set of queries (the set of command-line arguments passed to z.lua), 1. Queries match the path in order (same as default method). 2. The last query matches the last segment of the path. -If no match is found and if there is an existent pathname equals to the last query, the last query will be used as the result. +If no match is found, it will fall back to default matching method. - match the last segment of the path: