From 57bedf9e3d18d132d5867e245154bc9e76326c0a Mon Sep 17 00:00:00 2001 From: Matthew Sevey <15232757+MSevey@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:38:08 -0500 Subject: [PATCH] chore: fix markdownlint errors --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 376869f..a84268f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,9 @@ make lint ## Local Sequencer -In this repo there is a mock `local-sequencer` server that implements the `go-sequencing` interface. This server is useful for testing and development purposes. +In this repo there is a mock `local-sequencer` server that implements the +`go-sequencing` interface. This server is useful for testing and development +purposes. ### Running the local sequencer binary @@ -72,7 +74,7 @@ This will build the `local-sequencer` binary. To run the server, run: ./build/local-sequencer ``` -You will see an output like the following: +You will see an output like the following: ```sh 2024/11/13 10:56:01 Listening on: localhost:50051 @@ -92,7 +94,8 @@ This will build a `local-sequencer` Docker image. To run the server, run: docker run -p 50051:50051 --rm local-sequencer ``` -In order to connect your rollup to your local sequencer, you need to pass in the rollup ID by using the following command: +In order to connect your rollup to your local sequencer, you need to pass in the +rollup ID by using the following command: ```sh docker run -p 50051:50051 --rm local-sequencer -listen-all -rollup-id=testing