diff --git a/relayer/README.md b/relayer/README.md
index 3bc908ad..a6eff0a0 100644
--- a/relayer/README.md
+++ b/relayer/README.md
@@ -319,7 +319,7 @@ The relayer consists of the following components:
### Data Flow
@@ -338,7 +338,7 @@ _Note:_ Given these semantics for computing the starting block height, it's poss
- **Run 3**: The relayer is then restarted again with the original configuration of `allowed-origin-sender-addresses=[0x1234]`. The relayer will calculate the starting block height as `100`, and process blocks `100` through the current chain tip, reprocessing block `200` along the way. Instead of ignoring the message in this block, however, the relayer will relay it to the destination.
@@ -447,4 +447,4 @@ go generate ./...
```bash
./scripts/abi_bindings.sh
-```
\ No newline at end of file
+```