summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-01-26 00:35:12 +0100
committerGravatar Vincent Rischmann2021-01-26 00:35:12 +0100
commit194ab4cc084718d4f031b0707cef0c17de83c178 (patch)
tree35e7b2daf4b1e28c6fe5c022979d8325c1a2a600 /README.md
parentupdate readme (diff)
downloadzig-sqlite-194ab4cc084718d4f031b0707cef0c17de83c178.tar.gz
zig-sqlite-194ab4cc084718d4f031b0707cef0c17de83c178.tar.xz
zig-sqlite-194ab4cc084718d4f031b0707cef0c17de83c178.zip
fix typo in readme
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ddeaf89..39df035 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ If you use this library, expect to have to make changes when you update the code
14 14
15For sqlite, you have options depending on your target: 15For sqlite, you have options depending on your target:
16* On Windows the only supported way at the moment to build `zig-sqlite` is with the bundled sqlite source code file. 16* On Windows the only supported way at the moment to build `zig-sqlite` is with the bundled sqlite source code file.
17* On Linux we have to options: 17* On Linux we have two options:
18 * use the system and development package for sqlite (`libsqlite3-dev` for Debian and derivatives, `sqlite3-devel` for Fedora) 18 * use the system and development package for sqlite (`libsqlite3-dev` for Debian and derivatives, `sqlite3-devel` for Fedora)
19 * use the bundled sqlite source code file. 19 * use the bundled sqlite source code file.
20 20