Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit fc23571

Browse files
docs(readme): review changes
1 parent e17c374 commit fc23571

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,14 +270,16 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u
270270
- [`ipfs.object.patch.setData(multihash, data, [options, callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/OBJECT.md#objectpatchsetdata)
271271
- [pin (not implemented, yet!)](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/)
272272

273-
#### `Security`
273+
#### `Crypto and Key Management`
274274

275275
- [key](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/KEY.md)
276276
- `ipfs.key.gen(name, options, [callback])`
277277
- `ipfs.key.list([callback])`
278278
- `ipfs.key.rename(oldName, newName, [callback])`
279279
- `ipfs.key.rm(name, [callback])`
280280

281+
- [crypto (not yet implemented)](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC)
282+
281283
#### `Network`
282284

283285
- [bootstrap](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/)

0 commit comments

Comments
 (0)