Skip to content

Commit 49b0506

Browse files
authored
Update README.md
1 parent 7b9509f commit 49b0506

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
@@ -95,6 +95,7 @@ Based on the installation path above.
9595
9696
```js
9797
import { db } from './store'
98+
9899
db.tasks.add({ title: 'New Task' }).then(
99100
db.tasks.where('$deleted').notEqual(1).reverse().sortBy('$created').then(console.log)
100101
)

0 commit comments

Comments
 (0)