From 2fad97c7159d41df2f1f62423281f7dc95b5962d Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 3 Jan 2021 14:10:38 +0100 Subject: readme: remove obsolete statement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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(.{ }); ``` -The `init` method takes an allocator and a `InitOptions` struct which will be used to configure sqlite. +The `init` method takes a `InitOptions` struct which will be used to configure sqlite. Only the `mode` field is mandatory, the other fields have sane default values. -- cgit v1.2.3