Skip to content

Commit

Permalink
nit: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed May 17, 2024
1 parent f6e5cd8 commit 5e17e8b
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 @@ -19,10 +19,10 @@ should output

Which exposes the [go-da] interface over JSONRPC and can be accessed with an HTTP client like [xh][xh]:

You can also run mock-da with a `-listen-all` flag which will make the process listen on 0.0.0.0 so that it can be accessed from other machines.
You can also run local-da with a `-listen-all` flag which will make the process listen on 0.0.0.0 so that it can be accessed from other machines.

```sh
$ ./mock-da -listen-all
$ ./local-da -listen-all
2024/04/11 12:23:34 Listening on: 0.0.0.0:7980
```

Expand Down

0 comments on commit 5e17e8b

Please sign in to comment.