From 194ab4cc084718d4f031b0707cef0c17de83c178 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Tue, 26 Jan 2021 00:35:12 +0100 Subject: fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 For sqlite, you have options depending on your target: * On Windows the only supported way at the moment to build `zig-sqlite` is with the bundled sqlite source code file. -* On Linux we have to options: +* On Linux we have two options: * use the system and development package for sqlite (`libsqlite3-dev` for Debian and derivatives, `sqlite3-devel` for Fedora) * use the bundled sqlite source code file. -- cgit v1.2.3