summaryrefslogtreecommitdiff
path: root/developers.md
diff options
context:
space:
mode:
Diffstat (limited to 'developers.md')
-rw-r--r--developers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/developers.md b/developers.md
index 3d3d0b2..748c5c0 100644
--- a/developers.md
+++ b/developers.md
@@ -230,7 +230,7 @@ for the entries being displayed. For an example of an entry maker take a look at
`lua/telescope/make_entry.lua`.
A good way to make your `display` more like a table is to use a `displayer` which can be found in
-`lua/telescope/entry_display.lua`. A simpler example of `displayer` is the
+`lua/telescope/pickers/entry_display.lua`. A simpler example of `displayer` is the
function `gen_from_git_commits` in `make_entry.lua`.
The `ordinal` is also required, which is used for sorting. As already mentioned