From e9ea925e0536159d835594b5ecc8ae50b08db054 Mon Sep 17 00:00:00 2001 From: CK Tan Date: Tue, 24 Nov 2020 04:48:46 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6abbf6..36fe334 100644 --- a/README.md +++ b/README.md @@ -155,8 +155,8 @@ 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