summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin.chausse@goto.com>2025-04-02 18:52:33 -0400
committerBenjamin Chausse <benjamin.chausse@goto.com>2025-04-02 18:52:33 -0400
commit48ce7555f5e9a9be1688586121c49e60a2006ca0 (patch)
tree9cc9221463a10d9bd858cf18537b3511c9267a34
parent923d6bf6b229d9c9b3202a96c52032b4c8c7b46e (diff)
docs: fix README goof
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4546222..1091c89 100644
--- a/README.md
+++ b/README.md
@@ -28,9 +28,9 @@ plugin.
opts = {
new_tab_explorer = false, -- Set to true to use `:Exp` on new tabs
drop_locations = {
- { "Projects", "~/Workspace" },
- { "Neovim Config", "~/.config/nvim" },
- { "University", "~/Documents/school/university/current_semester" },
+ { name = "Projects", dir = "~/Workspace" },
+ { name = "Neovim Config", dir = "~/.config/nvim" },
+ { name = "University", dir = "~/Documents/school/university/current_semester" },
},
},
keys = {