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

Commit a4da2c1

Browse files
docs(readme): review changes
1 parent ff98593 commit a4da2c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

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

275-
#### `Security`
275+
#### `Crypto and Key Management`
276276

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

283+
- [crypto (not yet implemented)](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC)
284+
283285
#### `Network`
284286

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

0 commit comments

Comments
 (0)