From 33c350cefdabd7642314152765c905e33d64d9b4 Mon Sep 17 00:00:00 2001 From: Stephen Booth Date: Tue, 28 Apr 2026 09:50:58 -0500 Subject: [PATCH] Update `README` Updated section title for compile-time options in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3de3e07..b0d9c62 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The package also includes [shims](Sources/CSQLite/include/csqlite_shims.h) for v For Swift 6.1 and later the build configuration and features may be customized using package traits. -### Recommended Compile-Time Options +### Compile-Time Options The following traits are used to specify the build configuration and the defaults reflect the SQLite [recommended compile-time options](https://sqlite.org/compile.html#recommended_compile_time_options):