diff --git a/doc/PLUGINS.md b/doc/PLUGINS.md index c9ca9e568..daa627985 100644 --- a/doc/PLUGINS.md +++ b/doc/PLUGINS.md @@ -29,7 +29,7 @@ register one or more plugins that should be started. In case you wish to start several plugins you have to use the `--plugin=` argument once for each plugin (or `--plugin-dir` or place them in the default plugin dirs, usually `/usr/local/libexec/c-lightning/plugins` and -`~/.lightningd/plugins`). An example call might look like: +`~/.lightning/plugins`). An example call might look like: ``` lightningd --plugin=/path/to/plugin1 --plugin=path/to/plugin2