Refer to `sorting-method` in 1.5.2 release (#929)

Instead of `sort-method`, which is wrong.
This commit is contained in:
Dany Marcoux 2019-03-05 00:15:41 +01:00 committed by Dave Davenport
parent ec81a17c41
commit ee0d3d828e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ To fix this they have been changed.
The `sort` option is now used to enable/disable sorting. (This can also be changed at run-time using the hotkey)
The `sort-method` allows you to set the sorting method. Currently it supports **normal** (levenshtein) and **fzf**.
The `sorting-method` allows you to set the sorting method. Currently it supports **normal** (levenshtein) and **fzf**.
## Documentation updates