Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWise committed May 4, 2021
1 parent e208564 commit c004940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ db.backup(`backup-${Date.now()}.db`, {
});
```

A backup file is just a regular SQLite3 database file. It can be opened by [new Database()](#new-databasepath-options) just like any SQLite3 database.
A backup file is just a regular SQLite3 database file. It can be opened by [`new Database()`](#new-databasepath-options) just like any SQLite3 database.

### .serialize([*options*]) -> *Buffer*

Expand Down

0 comments on commit c004940

Please sign in to comment.