We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97db6c commit 1ff2ee3Copy full SHA for 1ff2ee3
README.md
@@ -301,8 +301,8 @@ Gets the repo status.
301
IPFS Repo comes with two built in locks: memory and fs. These can be imported via the following:
302
303
```js
304
-const fsLock = require('ipfs-repo/lock') // Default in Node.js
305
-const memLock = require('ipfs-repo/lock-memory') // Default in browser
+const fsLock = require('ipfs-repo/src/lock') // Default in Node.js
+const memLock = require('ipfs-repo/src/lock-memory') // Default in browser
306
```
307
308
#### `lock.open (dir, callback)`
0 commit comments