Skip to content

Commit d26a8e8

Browse files
author
Conor Okus
committed
Copy update for setting up a channel manager
1 parent 31f155f commit d26a8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-a-node-with-ldk/setting-up-a-channel-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The ChannelManager is responsible for several tasks related to managing channel
44

55
## Adding a ChannelManager
66

7-
To add a `ChannelManager` to your application, run:
7+
Adding a `ChannelManager` to your application should look something like this:
88

99
<CodeSwitcher :languages="{rust:'Rust', kotlin:'Kotlin', swift:'Swift'}">
1010
<template v-slot:rust>

0 commit comments

Comments
 (0)