From 2faf9ceb2cfcf1d3231b1043f89a5ef44d8244d6 Mon Sep 17 00:00:00 2001 From: xethyrion Date: Thu, 24 Nov 2016 20:08:09 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 009e8b9..0777e79 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # c-ipld Implementation of the IPLD spec in C. + +A very simple tutorial is available in ipld_tut.c +The header has every function documented.