Skip to content

Commit

Permalink
Fix markdown lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
limemloh committed Jan 23, 2024
1 parent 3373297 commit 39db368
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/ccd-js-gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ const transactionHash = await webWalletConnection.signAndSendTransaction(
This section describes how to setup and start developing this package.

### Setup

To be able to develop `ccd-js-gen` make sure to have:

- [NodeJs](https://nodejs.org/en) (see `package.json` for which versions are supported).
Expand All @@ -656,12 +657,12 @@ After doing changes to the source code of `ccd-js-gen` run `yarn build` from the

To run CLI locally use:

```
```bash
./bin/ccd-js-gen.js --module "<module>" --out-dir "./lib/generated"
```

To run tests locally use:

```
```bash
yarn test
```
```

0 comments on commit 39db368

Please sign in to comment.