Skip to content

Commit b895f9b

Browse files
committed
Merge pull request #38 from noffle/readme
Make README fixes.
2 parents cc2be4b + bd1673a commit b895f9b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ var node = new ipfsMDAG.DAGNode([<data>, <[links]>])
6363
6464
##### addRawLink
6565

66-
> creates a link on node A to node B by using direclty node B multihash
66+
> creates a link on node A to node B by using directly node B multihash
6767
6868
##### updateNodeLink
6969

@@ -84,7 +84,11 @@ var node = new ipfsMDAG.DAGNode([<data>, <[links]>])
8484
8585
##### size
8686

87-
> size of the node. This is a property, not a function
87+
> (property) size of the node, in bytes
88+
89+
##### links
90+
91+
> (property) an array of `DAGLink`s belonging to the node
8892
8993
##### multihash
9094

@@ -96,7 +100,7 @@ var node = new ipfsMDAG.DAGNode([<data>, <[links]>])
96100
97101
##### unMarshal
98102

99-
> desirializes a probuf serialized node
103+
> deserializes a node encoded using protobuf
100104
101105
##### (used internally) getPBNode
102106

0 commit comments

Comments
 (0)