Skip to content

Commit ebe2204

Browse files
fix lint
1 parent 5318bca commit ebe2204

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/evm/single/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The sequencer can be configured using various command-line flags. The most impor
4848
- `--evm.genesis-hash`: Genesis hash of the EVM chain
4949
- `--rollkit.node.block_time`: Block time for the Rollkit node
5050

51-
# Rollkit EVM Full Node
51+
## Rollkit EVM Full Node
5252

5353
1. The sequencer must be running before starting any Full Node. You can run the EVM layer of the Full Node using `docker-compose -f docker-compose-full-node.yml` from <path_to>/execution/evm/docker.
5454

execution/evm/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ services:
6464
6565
volumes:
6666
logs:
67-
driver: local
67+
driver: local

0 commit comments

Comments
 (0)