Skip to content

Commit dfc216b

Browse files
committed
Fix closing bracket on README
1 parent ba3edbe commit dfc216b

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
@@ -199,7 +199,7 @@ To use the `make` target to connect a container-based gateway instance to testne
199199
* `FLOW_NETWORK_ID`: flow-testnet
200200
* `COINBASE`: FACF71692421039876a5BB4F10EF7A439D8ef61E
201201
* `COA_ADDRESS`: <16-character hexadecimal address>
202-
* `COA_KEY`: <64-character hexadecimal private key
202+
* `COA_KEY`: <64-character hexadecimal private key>
203203
* `VERSION`: [_repo commit hash or tag version used when building with docker_]
204204

205205
Once set, this target starts the EVM Gateway for the specified image version and connects it to testnet
@@ -222,7 +222,7 @@ Below is an example configuration for running against mainnet, with a preconfigu
222222
--ws-enabled=true \
223223
--coinbase=FACF71692421039876a5BB4F10EF7A439D8ef61E \
224224
--coa-address=<16-character hexadecimal address> \
225-
--coa-key=<64-character hexadecimal private key \
225+
--coa-key=<64-character hexadecimal private key> \
226226
--gas-price=100000000
227227
```
228228

0 commit comments

Comments
 (0)