summaryrefslogtreecommitdiffhomepage
path: root/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index 661f7555..7947f16c 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -60,7 +60,7 @@ cmap_vk uses vikingvw_hash() for hash value calculations, and vikingvw_equals()
Finally, main which also demos the generic c_push() of multiple elements:
```
int main() {
- cmap_vk vikings = cmap_init;
+ cmap_vk vikings = cmap_ini;
c_push(&vikings, cmap_vk, c_items(
{ {"Einar", "Norway"}, 20 },
{ {"Olaf", "Denmark"}, 24 },