Skip to content

Commit 38e29f7

Browse files
authored
chore(readme): fixes (#150)
-.-
1 parent 2c4e2fb commit 38e29f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ The Builder is configured via environment variables. The following values are su
9595
| `AUTH_TOKEN_REFRESH_INTERVAL` | Yes | The OAuth token refresh interval in seconds. |
9696
| `CHAIN_NAME` | No | The chain name ("pecorino", or the corresponding name) |
9797
| `SLOT_OFFSET` | No | Slot timing offset in seconds. Required if `CHAIN_NAME` is not present |
98-
| `SLOT_DURATION` | No | Slot duration in seconds. Optional if `CHAIN_NAME` is not present |
99-
| `START_TIMESTAMP` | No | UNIX timestamp for slot 0. Optional if `CHAIN_NAME` is not present |
98+
| `SLOT_DURATION` | No | Slot duration in seconds. Required if `CHAIN_NAME` is not present |
99+
| `START_TIMESTAMP` | No | UNIX timestamp for slot 0. Required if `CHAIN_NAME` is not present |
100100

101101
---
102102

0 commit comments

Comments
 (0)