diff --git a/README.md b/README.md index c35e124..7fdb038 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A very simple (and naive) single-threaded CPU miner for Siacoin testnet mining ```yml services: walletd: - image: ghcr.io/siafoundation/walletd:master + image: ghcr.io/siafoundation/walletd:master ports: - localhost:9980:9980 - 9981: 9981 @@ -21,7 +21,6 @@ services: restart: unless-stopped cpu-miner: image: ghcr.io/siafoundation/cpuminer:master - command: --addr="addr:000000000000000000000000000000000000000000000000000000000000000089eb0d6a8a69" --http="http://walletd:9980/api" --password="sia is cool" - restart: unless-stopped - - + command: --addr="addr:000000000000000000000000000000000000000000000000000000000000000089eb0d6a8a69" --http="http://walletd:9980/api" --password="sia is cool" + restart: unless-stopped +``` \ No newline at end of file