Skip to content

Commit 039c788

Browse files
committed
use generic path in simln config and spelling
1 parent 86f7f11 commit 039c788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/plugins/simln/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ nodes:
102102
plugins:
103103
postDeploy:
104104
simln:
105-
entrypoint: "../../plugins/simln" # This is the path to the simln plugin folder (relative to the network.yaml file).
105+
entrypoint: "/path/to/plugins/simln" # This is the path to the simln plugin folder (relative to the network.yaml file).
106106
activity: '[{"source": "tank-0003-ln", "destination": "tank-0005-ln", "interval_secs": 1, "amount_msat": 2000}]'
107107
````
108108

109109
</details>
110110

111111

112-
## Generating your own SimLn image
112+
## Generating your own SimLN image
113113
The SimLN plugin fetches a SimLN docker image from dockerhub. You can generate your own docker image if you choose:
114114

115115
1. Clone SimLN: `git clone [email protected]:bitcoin-dev-project/sim-ln.git`

0 commit comments

Comments
 (0)