Skip to content

Commit f27a210

Browse files
committed
docs: Update example comment in examples/fresh
1 parent 84a5e50 commit f27a210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/fresh/federation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const federation = createFederation<void>({
55
kv: new MemoryKvStore(),
66
});
77

8-
//federation example
8+
// Set up a NodeInfo dispatcher for the federation instance
99
federation
1010
.setNodeInfoDispatcher("/nodeinfo/2.1", () => {
1111
return {

0 commit comments

Comments
 (0)