diff --git a/README.md b/README.md index 2793a19a23..d3a46c292c 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,9 @@ Please refer to the [Kurtosis README](https://github.com/berachain/beacon-kit/bl If you encounter issues when running the commands, here are some common fixes: -1. **Docker not starting**: Ensure Docker is running and you have enough allocated resources (RAM, CPU). +1. **Docker not starting**: Ensure Docker is running, and you have enough allocated resources (RAM, CPU). 2. **Golang version errors**: Check that you have Go 1.23.0 or above installed by running `go version`. 3. **Port conflicts**: If you receive a port conflict error, try stopping other services running on the same port or change the port configuration in the `docker-compose.yml` file. - ## Status This project is work in progress and subject to frequent changes as we are still working on wiring up the final system. Audits on BeaconKit are still ongoing, and in progress at the moment. We don't recommend using BeaconKit in a production environment yet.