Skip to content

Commit 66f125f

Browse files
authored
Update README.md
1 parent b8c396f commit 66f125f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ You can easily integrate `secure-offline-json-db` with a Next.js backend to mana
137137
3. Create an API route in Next.js (`pages/api/records.js`):
138138

139139
```javascript
140-
import JsonOfflineDb from 'secure-json-db';
140+
import JsonOfflineDb from 'secure-offline-json-db';
141141
import Joi from 'joi';
142142
143143
const recordSchema = Joi.object({

0 commit comments

Comments
 (0)