diff --git a/scripts/README.md b/scripts/README.md index a0f0f43..3ecd36d 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -2,13 +2,13 @@ * For a given table in the `ipld-eth-db` schema, we know the number of columns to be expected in each row in the data dump: - | Table | Expected columns | - | ----------------- |:----------------:| - | public.nodes | 5 | - | public.blocks | 3 | - | eth.header_cids | 16 | - | eth.state_cids | 8 | - | eth.storage_cids | 9 | + | Table | Expected columns | + |--------------------|:----------------:| + | `public.nodes` | 5 | + | `public.blocks` | 3 | + | `eth.header_cids` | 16 | + | `eth.state_cids` | 8 | + | `eth.storage_cids` | 9 | ### Find Bad Data @@ -29,7 +29,7 @@ ```bash ./scripts/find-bad-rows.sh -i eth.state_cids.csv -c 8 -o res.txt -d true ``` - + Output: ```