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 b8c396f commit 66f125fCopy full SHA for 66f125f
README.md
@@ -137,7 +137,7 @@ You can easily integrate `secure-offline-json-db` with a Next.js backend to mana
137
3. Create an API route in Next.js (`pages/api/records.js`):
138
139
```javascript
140
- import JsonOfflineDb from 'secure-json-db';
+ import JsonOfflineDb from 'secure-offline-json-db';
141
import Joi from 'joi';
142
143
const recordSchema = Joi.object({
0 commit comments