From 1ab4caa6fa7a3d7c295c750031ee9ed029b18d9f Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 17 Apr 2022 01:52:01 +0200 Subject: readme: fix formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 70f2300..1dbd5f1 100644 --- a/README.md +++ b/README.md @@ -543,10 +543,10 @@ sqlite supports [user-defined functions](https://www.sqlite.org/c3ref/create_fun * aggregate functions In both cases the arguments are [sqlite3\_values](https://www.sqlite.org/c3ref/value_blob.html) and are converted to Zig values using the following rules: -* TEXT values can be either `sqlite.Text` or `[]const u8` -* BLOB values can be either `sqlite.Blob` or `[]const u8` -* INTEGER values can be any Zig integer -* REAL values can be any Zig float +* `TEXT` values can be either `sqlite.Text` or `[]const u8` +* `BLOB` values can be either `sqlite.Blob` or `[]const u8` +* `INTEGER` values can be any Zig integer +* `REAL` values can be any Zig float ## Scalar functions -- cgit v1.2.3