From f7c39273fe6bcee1bd41b1562385e3dd005bc1dc Mon Sep 17 00:00:00 2001 From: CK Tan Date: Tue, 24 Nov 2020 04:54:40 -0800 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45ccd59..675ddee 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ if (host.ok) { } ``` -**IMPORTANT: if the accessed value is a string or a timestamp, you must call `free(datum.u.s)` or `free(datum.u.ts)` respectively after usage. ** +** IMPORTANT: if the accessed value is a string or a timestamp, you must call `free(datum.u.s)` or `free(datum.u.ts)` respectively after usage. ** ## Building and installing