diff --git a/README.md b/README.md index e17645ee67..2c8bd7e0b0 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,8 @@ const repo = const node = new IPFS({ repo: repo, init: true, // default - // init: false, + // init: false, // You will need to set init: false after time you start instantiate a node as + // // the repo will be already initiated then. // init: { // bits: 1024 // size of the RSA key generated // },