Skip to content

Commit dab4851

Browse files
committed
fix: readme changes
1 parent 598458f commit dab4851

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@ Returned promise resolves to a `boolean` indicating the existence of the lock.
325325
When there is a new repo migration and the version of repo is increased, don't
326326
forget to propagate the changes into the test repo (`test/test-repo`).
327327

328+
**For tools that run mainly in the browser environment, be aware that disabling automatic
329+
migrations leaves the user with no way to run the migrations because there is no CLI in the browser. In such
330+
a case, you should provide a way to trigger migrations manually.**
331+
328332
## Contribute
329333

330334
There are some ways you can make this module better:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"err-code": "^1.1.2",
6666
"interface-datastore": "~0.7.0",
6767
"ipfs-block": "~0.8.1",
68-
"ipfs-repo-migrations": "AuHau/js-ipfs-repo-migrations#dev",
68+
"ipfs-repo-migrations": "ipfs/js-ipfs-repo-migrations#dev",
6969
"just-safe-get": "^1.3.0",
7070
"just-safe-set": "^2.1.0",
7171
"lodash.has": "^4.5.2",

0 commit comments

Comments
 (0)