From 6e19a6c1bb81dc787df11c147e956ed36dad96d4 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 24 Jan 2021 14:55:35 +0100 Subject: update readme, fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e6a083c..96dfcde 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you use this library, expect to have to make changes when you update the code [Zig master](https://ziglang.org/download/) is the only required dependency. For sqlite, you have options depending on your target: -* On Windows the only supported to build `zig-sqlite` is with the embedded sqlite source code file. +* On Windows the only supported way at the moment to build `zig-sqlite` is with the embedded sqlite source code file. * On Linux we have to options: * use the system and development package for sqlite (`libsqlite3-dev` for Debian and derivatives, `sqlite3-devel` for Fedora) * use the embedded sqlite source code file. -- cgit v1.2.3