diff --git a/README.md b/README.md index b2e3805..6010c4b 100755 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ require("lz.n").load(plugins) | Property | Type | Description | `lazy.nvim` eqivalent | |------------------|------|-------------|-----------------------| -| **[1]** | `string` | The plugin's name (not the module name). | `name`[^1] | +| **[1]** | `string` | The plugin's name (not the module name). This is what is passed to the `load(name)` function. | `name`[^1] | | **enabled** | `boolean?` or `fun():boolean` | When `false`, or if the `function` returns false, then this plugin will not be included in the spec. | `enabled` | | **beforeAll** | `fun(lz.n.Plugin)?` | Always executed before any plugins are loaded. | `init` | | **before** | `fun(lz.n.Plugin)?` | Executed before a plugin is loaded. | None |