Skip to content

Commit e809a1e

Browse files
committed
docs: Update the developer getting started guide
Push the beginer to the more useful `fund_nodes` instead of `connect` Changelog-None
1 parent ed2b0ef commit e809a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/developers-guide/developers-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Start up the nodeset:
2828
start_ln 3
2929
```
3030

31-
Connect the nodes. The `connect a b` command connects node a to b:
31+
Connects all nodes with channels, in a row, and funds them:
3232

3333
```shell
34-
connect 1 2
34+
fund_nodes
3535
```
3636

3737
When you're finished, stop:

0 commit comments

Comments
 (0)