Skip to content

Commit

Permalink
docs: fix disposable default (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov authored and daviddias committed Feb 6, 2018
1 parent 86b0ab0 commit 34a3f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Spawn either a js-ipfs or go-ipfs daemon
- `init` bool (default true) - should the node be initialized
- `start` bool (default true) - should the node be started
- `repoPath` string - the repository path to use for this node, ignored if node is disposable
- `disposable` bool (default false) - a new repo is created and initialized for each invocation, as well as cleaned up automatically once the process exits
- `disposable` bool (default true) - a new repo is created and initialized for each invocation, as well as cleaned up automatically once the process exits
- `args` - array of cmd line arguments to be passed to ipfs daemon
- `config` - ipfs configuration options

Expand Down

0 comments on commit 34a3f59

Please sign in to comment.