docs/plugins/dev: fix lektor plugins command usage

This commit is contained in:
Spencer Nelson 2015-12-22 10:25:54 -05:00
parent c37ecae615
commit 4f29eaa71c
1 changed files with 2 additions and 2 deletions

View File

@ -108,10 +108,10 @@ class HelloWorldPlugin(Plugin):
If you now start your lektor server with `lektor server` you should
see some output that indicates that the plugin was loaded. You can also
get a list with `lektor plugins`:
get a list with `lektor plugins list`:
```
$ lektor plugins
$ lektor plugins list
hello-world: Hello World
This is a demo plugin for testing purposes.
path: /Users/john/demo/packages/hello-world