From 38b7966a10b6c4df4e8104633d13addb1037e78b Mon Sep 17 00:00:00 2001 From: xethyrion Date: Thu, 10 Nov 2016 10:19:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be65026..2f05e8d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ multiaddr for IPFS in C. ### Multiaddr provides easy networking protocols nesting, easy encapsulation of extra protocols, easy tunneling, etc. # Usage: -# All you need to include is multiaddr.h +#### All you need to include is multiaddr.h ## Maddr struct: char string[]; // String that contains addresses such as /ip4/192.168.1.1/ uint8_t bytes; //String that contains the enecoded address