summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac31b25..81996ff 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ try db.init(.{
61}); 61});
62``` 62```
63 63
64The `init` method takes an allocator and a `InitOptions` struct which will be used to configure sqlite. 64The `init` method takes a `InitOptions` struct which will be used to configure sqlite.
65 65
66Only the `mode` field is mandatory, the other fields have sane default values. 66Only the `mode` field is mandatory, the other fields have sane default values.
67 67