Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Commit ff3759f

Browse files
committed
Fix README: URI Examples
1 parent 3c6932d commit ff3759f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ npm install --save @synor/database-sqlite
3737

3838
- `sqlite:///path/to/sqlite.db` (Absolute path)
3939
- `sqlite://./path/to/sqlite.db` (Relative path)
40-
- `sqlite://?memory=false` (Open an in-memory database)
40+
- `sqlite://?memory=true` (Open an in-memory database)
4141

4242
## License
4343

0 commit comments

Comments
 (0)