Skip to content

Commit 27a5c15

Browse files
committed
fixing updateone issue
1 parent 9c4f490 commit 27a5c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DnDB is an incredibly fast and powerful data store. All methods are streamed and
1919
## 📦 Importing
2020

2121
```javascript
22-
import Datastore from 'https://x.nest.land/dndb@0.2.1/mod.ts'
22+
import Datastore from 'https://deno.land/x/dndb@0.2.2/mod.ts'
2323
```
2424

2525
## 📖 Usage
@@ -38,7 +38,7 @@ All the api methods are asynchronous by default, so they return promises, but it
3838
## ✔️ Instantiating the collection
3939

4040
```javascript
41-
import Datastore from 'https://x.nest.land/dndb@0.2.1/mod.ts'
41+
import Datastore from 'https://deno.land/x/dndb@0.2.2/mod.ts'
4242

4343
const db = new Datastore({ filename:"./database.db", autoload: true })
4444

0 commit comments

Comments
 (0)