From fc235714e15f509f5c72a8784509698a7dea0434 Mon Sep 17 00:00:00 2001 From: Richard Schneider Date: Fri, 22 Dec 2017 12:03:56 +1300 Subject: [PATCH] docs(readme): review changes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 358ee8b286..86b6f83575 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u - [`ipfs.object.patch.setData(multihash, data, [options, callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/OBJECT.md#objectpatchsetdata) - [pin (not implemented, yet!)](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/) -#### `Security` +#### `Crypto and Key Management` - [key](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/KEY.md) - `ipfs.key.gen(name, options, [callback])` @@ -278,6 +278,8 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u - `ipfs.key.rename(oldName, newName, [callback])` - `ipfs.key.rm(name, [callback])` +- [crypto (not yet implemented)](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC) + #### `Network` - [bootstrap](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/)