Please correct example in documentation
borisskert opened this issue · comments
Boris Skert commented
const encryptdown = require('./src')
should be const encryptdown = require('@adorsys/encrypt-down')
?
An abstract-leveldown implementation that wraps another store to encrypt the stored values.
borisskert opened this issue · comments
const encryptdown = require('./src')
should be const encryptdown = require('@adorsys/encrypt-down')
?