From 68229d36fa96ea92c5f5889fcb8acd79481fb3bb Mon Sep 17 00:00:00 2001 From: ColdMacaroni <57285804+ColdMacaroni@users.noreply.github.com> Date: Thu, 28 Mar 2024 23:52:18 +1300 Subject: [PATCH] Fix README Usage table It had an extra `| --- |`, which broke the display --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeedef9..f7f709f 100644 --- a/README.md +++ b/README.md @@ -517,7 +517,7 @@ Any operation can be started from the UI, with a sub command or an API function: | Command | Lua | Description | -| --- | --- | --- | --- | +| --- | --- | --- | | `:Lazy build {plugins}` | `require("lazy").build(opts)` | Rebuild a plugin | | `:Lazy check [plugins]` | `require("lazy").check(opts?)` | Check for updates and show the log (git fetch) | | `:Lazy clean [plugins]` | `require("lazy").clean(opts?)` | Clean plugins that are no longer needed |