Outdated API docs in readme
parro-it opened this issue · 0 comments
parro-it commented
I'm using khaos API to build a little CLI wrapper. I found docs on README are outdated.
They says to use .use
to install a plugin, while I have to use .metalsmith.use
and .generate
instead of .run
.
Also, generate need destination folder ar arguments, while the docs says that it has to be passed in the controller.