Update README.md

This commit is contained in:
CK Tan 2020-11-24 04:48:46 -08:00 committed by GitHub
parent 579e72c377
commit e9ea925e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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