From 518e8ade4239531fb249b3c9abb8b262cbbd2016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Sat, 21 Oct 2017 15:25:20 +0200 Subject: [PATCH] fix: Typo Duplicate "API" removed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6da0b3adba..d43c38bf8a 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ Every IPFS instance also exposes the libp2p API at `ipfs.libp2p`. The formal int ##### [object](https://github.com/ipfs/interface-ipfs-core/tree/master/API/object) -> Consider using the [dag API](#dag) API instead. +> Consider using the [dag API](#dag) instead. - [`ipfs.object.new([template][, callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/object#objectnew) - [`ipfs.object.put(obj, [options, callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/object#objectput)