From 46293bda3315cfa3adcba3084deddf115f28b7db Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 6 Feb 2014 16:06:14 +0100 Subject: Markdown fix try #2. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6490159..adffc46 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ There are many ways to create SDS strings: output> ABC of len 3 + Note: `sdslen` return value is casted to `int` because it returns a `size_t` type. You can use the right `printf` specifier instead of casting. @@ -144,6 +145,7 @@ type. You can use the right `printf` specifier instead of casting. output> 0 + * The `sdsdup()` function duplicates an already existing SDS string: @@ -155,6 +157,7 @@ type. You can use the right `printf` specifier instead of casting. output> Hello Hello + Obtaining the string length --- -- cgit v1.2.3-54-g00ecf