From 7c59ad49281dcc2e0cd824fd1b51a8b3a6f1a32a Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylo-work@users.noreply.github.com> Date: Thu, 5 Mar 2020 09:55:26 +0100 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14d5919b..5d18a3ca 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The library has a very intuitive and straight forward API, and as mentioned is f Usage ----- -Simple CVector: +Simple CVector of 64bit ints: ``` #include "cvector.h" declare_CVector(ix, int64_t); // ix is just an example tag name, use anything without underscore. @@ -71,7 +71,7 @@ cforeach (i, cmap_si, nums) cmap_si_destroy(&nums); ``` -CMap with CString keys, and CString values. Temporary values are created by "make", and moved to the container. +CMap with CString keys -> CString values. Temporary values are created by "make", and moved to the container. ``` #include "cmap.h" declare_CMap_STR(ss, CString, cstring_destroy); -- cgit v1.2.3