Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/doppler_files/mutiny_cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## How to create local docker image of mutiny net signet node
## How to create local docker image of mutinynet signet node
```
cd ./bitcoind_images
docker build -f "./Docker.mutinynet" -t mutinynet/bitcoind .
Expand All @@ -7,7 +7,7 @@ Then a docker image with the tag mutinynet/bitcoind should exist when doing this
```
docker images
```
## How to create local docker image of eclair that supports mutiny net signet
## How to create local docker image of eclair that supports mutinynet signet
```
cd ./eclair_images
docker build -f "./Docker.eclair" -t mutinynet/eclair .
Expand Down
Loading