From 39f8fae1463bc4b828c84c10b4426bacb5f76c1d Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Fri, 23 Nov 2018 19:33:39 +0800 Subject: [PATCH] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f3416..1f1914f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ z -e foo # echo the best match, don't cd ## Benchmark -The slowest part of all autojump tools is adding current path to history data file, which will run each time you press enter(installed in `$PROMPT_COMMAND`). So I profile them on my NAS: +The slowest part is adding path to history data file. It will run every time when you press enter (installed in $PROMPT_COMMAND). so I profile it on my nas: ```bash $ time autojump --add /tmp