Skip to content

Commit

Permalink
📝 Docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Jan 21, 2020
1 parent bd8eb51 commit 613c897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For now, `@picgo/store` has two export member: `DBStore` & `JSONStore`.
- `new DBStore(dbPath: string, collectionName: string)`

```js
const db = new DBStore(dbPath: string, collectionName: string)
const db = new DBStore('picgo.db', 'uploadImgs')
```

#### Get `.get()`
Expand Down

0 comments on commit 613c897

Please sign in to comment.