From db929ad73865d89babacae834ab27653e8e6fafa Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Tue, 15 Jan 2019 22:08:55 +0800 Subject: [PATCH] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69069c2..157d78f 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ If no match is found, it will fall back to default matching method. If you use `"z wo"` in enhanced matching mode, only the `/home/user/work` will be matched, because according to rule No.2 it is the only path whose last segment matches `"wo"`. - Because the last segment of a path is always easier to be recalled, it is sane to give it higher priority. You can also achieve this by typing `"z space$"` in both methods, but `"z wo"` is easier to type. + Since the last segment of a path is always easier to be recalled, it is sane to give it higher priority. You can also achieve this by typing `"z space$"` in both methods, but `"z wo"` is easier to type. - cd to the existent path if there is no match.