diff --git a/README.md b/README.md index b9487e2..76dc7ea 100644 --- a/README.md +++ b/README.md @@ -78,13 +78,13 @@ Replace with your actual values: 3. Start the containers with Docker Compose: ```bash - docker-compose up -d + docker compose up -d ``` 4. Check the logs to verify that ElectrumX started correctly: ```bash - docker-compose logs -f + docker compose logs -f ``` ---