diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -61,7 +61,7 @@ try db.init(.{ | |||
| 61 | }); | 61 | }); |
| 62 | ``` | 62 | ``` |
| 63 | 63 | ||
| 64 | The `init` method takes an allocator and a `InitOptions` struct which will be used to configure sqlite. | 64 | The `init` method takes a `InitOptions` struct which will be used to configure sqlite. |
| 65 | 65 | ||
| 66 | Only the `mode` field is mandatory, the other fields have sane default values. | 66 | Only the `mode` field is mandatory, the other fields have sane default values. |
| 67 | 67 | ||