Skip to content

Commit ab7fdf8

Browse files
committed
docs: add missing import
1 parent c75e00e commit ab7fdf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ class SyncAdapter {
335335
For example, let's say you have some async storage and want to create an adapter for it:
336336

337337
```js
338+
import { Low } from 'lowdb'
338339
import { api } from './AsyncStorage'
339340

340341
class CustomAsyncAdapter {

0 commit comments

Comments
 (0)