Skip to content

Commit

Permalink
fix: fix additional markdown lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Apr 23, 2024
1 parent b08db32 commit cb6d917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ Provides a start command handler for rollkit which can be used by the cosmos-sdk
* Navigate to `cmd/gmd/cmd/commands.go` under your `gm` project
* Add following imports

```
```go
rollserv "github.com/rollkit/cosmos-sdk-starter/server"
rollconf "github.com/rollkit/rollkit/config"
```

* Edit `initRootCmd` function to replace

```
```go
server.AddCommands(rootCmd, app.DefaultNodeHome, newApp, appExport, addModuleInitFlags)
```

to

```
```go
server.AddCommandsWithStartCmdOptions(
rootCmd,
app.DefaultNodeHome,
Expand Down

0 comments on commit cb6d917

Please sign in to comment.