mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Fixed README
This commit is contained in:
@@ -72,7 +72,7 @@ async(() => {
|
||||
// console.log(i.hash, i.item.Data.seq);
|
||||
|
||||
// Remove element
|
||||
orbit.channel(channelName).remove(next.hash); // remove first element iterator returns
|
||||
orbit.channel(channelName).remove(next.value.hash); // remove first element iterator returns
|
||||
|
||||
// Set modes
|
||||
var password = 'hello';
|
||||
|
||||
Reference in New Issue
Block a user