ipfsd init start docs and behavior don't match #289
Labels
exp/novice
Someone with a little familiarity can pick up
kind/bug
A bug in existing code (including security flaws)
P1
High: Likely tackled by core team if no one steps up
topic/docs
Documentation
https://github.com/ipfs/js-ipfsd-ctl/blob/master/README.md#initinitopts-callback
should be
ipfsd.init([initOpts], callback)
and also says init returns ipfsd be it doesn't.https://github.com/ipfs/js-ipfsd-ctl/blob/master/README.md#ipfsdstartflags-callback
says it returns ipfsAPI be doesn't.
Probably all should return ipfsd.
The text was updated successfully, but these errors were encountered: