Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit d76aeb8

Browse files
committed
cr
1 parent 4a1c34e commit d76aeb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ A valid (read: that follows this interface) IPFS core implementation, must expos
6464

6565
##### `JavaScript` - ipfs.object.new(layout, [callback])
6666

67-
`layout` is the MerkleDAG node type, it can be: `null`, `unixfs-dir`, `unixfs-raw`, `unixfs-file`, `unixfs-metadata`, `unixfs-symlink`.
67+
`layout` is the MerkleDAG node type, it can be: `null`, `'unixfs-dir'`, `'unixfs-raw'`, `'unixfs-file'`, `'unixfs-metadata'`, `'unixfs-symlink'`.
6868

6969
`callback` must follow `function (err, node) {}` signature, where `err` is an error if the operation was not successful and `node` is a MerkleDAG node of the type [DAGNode](https://github.com/vijayee/js-ipfs-merkle-dag/blob/master/src/dag-node.js)
7070

@@ -102,7 +102,7 @@ If no `callback` is passed, a promise is returned.
102102

103103
### `object.get`
104104

105-
> DESCRIPTION
105+
> Fetch a MerkleDAG node
106106
107107
##### `Go` **WIP**
108108

0 commit comments

Comments
 (0)