Skip to content

Commit 469227f

Browse files
committed
docs: Add network subdirectory to README examples
1 parent 1bb7310 commit 469227f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Setup [c-lightning](https://github.com/ElementsProject/lightning#getting-started
2525
```bash
2626
$ npm install -g lightning-charge
2727

28-
$ charged --api-token mySecretToken # defaults: --ln-path ~/.lightning --db-path ./charge.db --port 9112
28+
$ charged --api-token mySecretToken # defaults: --ln-path ~/.lightning/testnet --db-path ./charge.db --port 9112
2929

3030
```
3131

@@ -38,7 +38,7 @@ You can access it at `http://localhost:9112` using the API access token configur
3838
Configuration options may alternatively be provided using environment variables:
3939

4040
```bash
41-
$ LN_PATH=~/.lightning DB_PATH=charge.db API_TOKEN=mySecretToken PORT=9112 charged
41+
$ LN_PATH=~/.lightning/testnet DB_PATH=charge.db API_TOKEN=mySecretToken PORT=9112 charged
4242
```
4343

4444
Listens for connections on `127.0.0.1` by default. Set `-i 0.0.0.0` to bind on all available interfaces.

0 commit comments

Comments
 (0)