summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrockerBOO <rockerboo@gmail.com>2020-09-12 19:27:39 -0400
committerrockerBOO <rockerboo@gmail.com>2020-09-12 19:27:39 -0400
commita2acd607b023ab93a611677e0a3a07331f05a28d (patch)
tree8b658ff1792932186e1bc385228227ad8547e03f
parent513ac5b09a51f0405ebaabd51281a07f5cae870b (diff)
docs: Upgrade Full Example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d924a38..43fe86d 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ nnoremap <Leader>en <cmd>lua require'telescope.builtin'.find_files{ cwd = "~/.co
Find all the files in your nvim config.
-#### Full Example
+### Full Example
```vim
lua <<EOF