summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrockerBOO <rockerboo@gmail.com>2020-09-18 02:20:25 -0400
committerrockerBOO <rockerboo@gmail.com>2020-09-18 02:20:25 -0400
commitb91f5e480d1fa24d49bcea9c51c1d30e3c6ed417 (patch)
treefc2c57eb83abc89de23f1cf4061058dbcebb8602
parente4f1a748aa0e6b8dd285b35d05624101ac2d95c7 (diff)
docs: Update readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba2c771..96fd9f2 100644
--- a/README.md
+++ b/README.md
@@ -292,7 +292,7 @@ Common groups of settings can be setup to allow for themes. We have some built i
### Dropdown
-![Dropdown layout](https://i.imgur.com/bQKiEkh.png)
+![Dropdown layout](https://i.imgur.com/S3DE30I.png)
```vim
nnoremap <Leader>f :lua require'telescope.builtin'.find_files(require('telescope.themes').get_dropdown({}))<cr>