diff --git a/api.md b/api.md index 3261445..b4ea096 100644 --- a/api.md +++ b/api.md @@ -14,4 +14,4 @@ | Variable | Type | Description | | -------- | ---- | ----------- | | `g:plug_home` | String | Directory to store/load plugins. Set by `plug#begin(path)` call. | -| `g:plugs` | Dict | Information of plugins. Initialized by `plug#begin()` and incrementally set by `Plug` commands | \ No newline at end of file +| `g:plugs` | Dict | Information of plugins. Initialized by `plug#begin(path)` and incrementally set by `Plug` commands. | \ No newline at end of file