diff --git a/README.md b/README.md index 7505eaffc4..f96278f60f 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,11 @@ node.on('ready', () => { }) ``` +### Migrations + +`js-ipfs` comes bundled with tool that automatically migrate the version of your IPFS repository when new version is available. +You can control this mechanism using config option `repoDisableAutoMigration` (`true`/`false` default is `false`). + ### [Tutorials and Examples](/examples) You can find some examples and tutorials in the [examples](/examples) folder, these exist to help you get started using `js-ipfs`.