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

Commit 7d8b620

Browse files
author
Alan Shaw
authored
docs: fix key option description
refs ipfs/js-ipfs#2046 Implementation currently does not support key as Peer ID.
1 parent e8dea26 commit 7d8b620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC/NAME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
resolve: // bool - Resolve given path before publishing. Default: true
2222
lifetime: // string - Time duration of the record. Default: 24h
2323
ttl: // string - Time duration this record should be cached
24-
key: // string - Name of the key to be used or Peer ID. Default: 'self'
24+
key: // string - Name of the key to be used. Default: 'self'
2525
}
2626
```
2727

0 commit comments

Comments
 (0)