From 13df42efd27b4c7d03e4e064b602931b7d3ca924 Mon Sep 17 00:00:00 2001 From: Joe Hand Date: Mon, 8 May 2017 09:20:25 -0700 Subject: fix example from #53 pr (#55) --- papers/dat-paper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/papers/dat-paper.md b/papers/dat-paper.md index c6a4dcf..933df85 100644 --- a/papers/dat-paper.md +++ b/papers/dat-paper.md @@ -252,8 +252,8 @@ This tree is for the hashes of the contents of the photos. There is also a secon ``` 0 - hash({contentRegister: '9e29d624...'}) 1 - hash(0 + 2) -2 - hash({"bat.png", first: 0, last: 3}) -4 - hash({"cat.png", first: 3, last: 3}) +2 - hash({"bat.png", first: 0, length: 3}) +4 - hash({"cat.png", first: 3, length: 3}) ``` The first entry in this feed is a special metadata entry that tells Dat the address of the second feed (the content register). Note that node 3 is not included yet, because 3 is the hash of `1 + 5`, but 5 does not exist yet, so will be written at a later update. -- cgit v1.2.3