Skip to content

Commit

Permalink
fix(docs): broken table in readme (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAdk committed Oct 10, 2023
1 parent 0d9989d commit 89581ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ Any operation can be started from the UI, with a sub command or an API function:
<!-- commands:start -->

| 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 |
Expand Down

0 comments on commit 89581ce

Please sign in to comment.