Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed May 12, 2024
1 parent 8a9a2b2 commit a97ccc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Alternatively, start a local Haveno network with docker:
2. `sudo docker-compose up`. This will start docker and initialize the network.

> **Docker Tips**
> * Stop: `studo docker-compose stop`
> * Stop: `sudo docker-compose stop`
> * Rebuild: `sudo docker-compose build`
> * Stop and delete contains: `studo docker-compose stop`
> * Stop and delete contains: `sudo docker-compose stop`
### Run client tests

Expand Down

0 comments on commit a97ccc8

Please sign in to comment.