Update README.md

This commit is contained in:
Alvaro Revuelta 2023-07-12 10:15:00 +02:00 committed by GitHub
parent 65bf2fa4a3
commit ec83a09c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ cd waku-simulator
Configure the simulation parameters. You can place the env variable in an `.env` file.
```
export GOWAKU_IMAGE=statusteam/go-waku:v0.7.0
export GOWAKU_IMAGE=statusteam/go-waku:latest
export NWAKU_IMAGE=statusteam/nim-waku:v0.18.0-rc.0
export NUM_NWAKU_NODES=5
export NUM_GOWAKU_NODES=5