Skip to content

Commit e8c3bf0

Browse files
committed
more minor edits to README
1 parent bc08f59 commit e8c3bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use at your own risk. Issues and PRs welcome!
1010

1111
SQLite is an embedded SQL database. It comes included with most Python
1212
distributions and requires no installation or configuration. It can be
13-
a good choice if your project meets some or all of these criteria:
13+
a good choice if your project meets any of these criteria:
1414

1515
- you store the database file on fast, local storage
1616
(not on a network drive)
@@ -77,7 +77,7 @@ dbt_sqlite:
7777
# files in schemas_and_paths as long as there's no conflicts.
7878
schema_directory: '/my_project/data'
7979

80-
# optional: semi-colon separated list of file paths for SQLite extensions to load.
80+
# optional: list of file paths of SQLite extensions to load.
8181
# crypto.so is needed for snapshots to work; see README
8282
extensions:
8383
- "/path/to/sqlean/crypto.so"

0 commit comments

Comments
 (0)