Skip to content

Commit

Permalink
fixing updateone issue
Browse files Browse the repository at this point in the history
  • Loading branch information
denyncrawford committed Nov 28, 2020
1 parent 9c4f490 commit 27a5c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 19,7 @@ DnDB is an incredibly fast and powerful data store. All methods are streamed and
## 📦 Importing

```javascript
import Datastore from 'https://x.nest.land/[email protected].1/mod.ts'
import Datastore from 'https://deno.land/x/[email protected].2/mod.ts'
```

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

```javascript
import Datastore from 'https://x.nest.land/[email protected].1/mod.ts'
import Datastore from 'https://deno.land/x/[email protected].2/mod.ts'

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

Expand Down

0 comments on commit 27a5c15

Please sign in to comment.