From e5c029fae67c326601554dbebb3df9b7022f899c Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 26 May 2022 05:57:56 +0800 Subject: [PATCH] README: update list format Signed-off-by: Gyuho Lee --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 45135ef762..b63a200483 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ To support these changes, there have been a number of changes to the SubnetEVM b ### Block Header -* `BaseFee`: Added by EIP-1559 to represent the base fee of the block (present in Ethereum as of EIP-1559) -* `BlockGasCost`: surcharge for producing a block faster than the target rate +- `BaseFee`: Added by EIP-1559 to represent the base fee of the block (present in Ethereum as of EIP-1559) +- `BlockGasCost`: surcharge for producing a block faster than the target rate ## Run Local Network @@ -69,9 +69,9 @@ See [Create an EVM Subnet on Fuji Testnet](https://docs.avax.network/subnets/cre ## Customize a Subnet -* [Genesis](https://docs.avax.network/subnets/customize-a-subnet#genesis) -* [Precompile](https://docs.avax.network/subnets/customize-a-subnet#precompiles) -* [Priority Regossip](https://docs.avax.network/subnets/customize-a-subnet#priority-regossip) +- [Genesis](https://docs.avax.network/subnets/customize-a-subnet#genesis) +- [Precompile](https://docs.avax.network/subnets/customize-a-subnet#precompiles) +- [Priority Regossip](https://docs.avax.network/subnets/customize-a-subnet#priority-regossip) ## Join the WAGMI Subnet Demo