From e3cb6b1e0315fc23aafcc8b2cdf555b3117dcc12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sr=C4=91an=20Pani=C4=87?= Date: Mon, 14 Mar 2016 05:05:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ae2da5..077ce8a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Collections-C A library of generic data structures including a list, array, hashtable, deque etc.. ## Examples -Check the [documentation](https://srdja.github.io/Collections-C/) for details. +Check the [documentation](https://srdja.github.io/Collections-C/) for details. And the [wiki](https://github.com/srdja/Collections-C/wiki) for more detailed examples (currently in progress). HashTable: ```c