We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38c26b commit f19a65cCopy full SHA for f19a65c
README.md
@@ -574,8 +574,9 @@ For example:
574
{"/": {"bytes": "7aEDQLYvb3lygk9yvAbk0OZD0q+iF9c3+wpZC4YlFThkiNShcVriobPFr/wl3akjM18VvIv/Zw2LtA4uUmB5m8PWEAU"}},
575
{
576
"h": {"/": {"bytes": "NBIFEgEAcQ"}},
577
- "ucan/example@1.0.0-rc.1": {
578
- "hello": "world"
+ "ucan/example@1.0.0-rc.1": { // would be a delegation, invocation, or another UCAN type
+ "example-field-1": "field content",
579
+ "example-field-2": "more content"
580
}
581
582
]
0 commit comments