diff --git a/README.md b/README.md index 027eb588..9deddb97 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,7 @@ Once that is good and installed on your system, you can run the following comman kurtosis run --enclave cdk github.com/0xPolygon/kurtosis-cdk ``` -The default deployment includes [cdk-erigon](https://github.com/0xPolygonHermez/cdk-erigon) as the sequencer, and [cdk-node](https://github.com/0xPolygon/cdk) functioning as the sequence sender and aggregator. You can verify the default versions of these components and the default fork ID by reviewing input_parser.star. You can check the default versions of the deployed components and the default fork ID by looking at -[input_parser.star](./input_parser.star). +The default deployment includes [cdk-erigon](https://github.com/0xPolygonHermez/cdk-erigon) as the sequencer, and [cdk-node](https://github.com/0xPolygon/cdk) functioning as the sequence sender and aggregator. You can verify the default versions of these components and the default fork ID by reviewing input_parser.star. You can check the default versions of the deployed components and the default fork ID by looking at [input_parser.star](./input_parser.star). To make customizations to the CDK environment, clone this repo, make any desired configuration changes, and then run: