Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinGuayacan committed Jan 31, 2023
1 parent e95e92d commit 2e33103
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 @@ -357,10 +357,10 @@ YAML struct:
- `networkId`: [NetworkID](#networkid) value.
- `code`: there are two ways to set the code from the `YAML` file:
- `code`: [Code](#code) value.
- `codeFile`: The name of a `pact` file in the same directory as the `YAML` file.
- `codeFile`: The name of a `pact` file in the same directory as the `YAML` file, ex: `code.pact`.
- `data`: there are two ways to set the data from the `YAML` file:
- `data`: [EnvData](#envdata) value.
- `dataFile`: The name of a `json` file in the same directory as the `YAML` file.
- `dataFile`: The name of a `json` file in the same directory as the `YAML` file, ex: `data.json`.
- `nonce`: [Nonce](#nonce) value.
- `publicMeta`: [Metadata](#metadata) value.
- `keyPairs`: [KeyPairs](#keypairs) values.
Expand Down Expand Up @@ -519,7 +519,7 @@ YAML struct:
- `networkId`: [NetworkID](#networkid) value.
- `data`: there are two ways to set the data from the `YAML` file:
- `data`: [EnvData](#envdata) value.
- `dataFile`: The name of a `json` file in the same directory as the `YAML` file.
- `dataFile`: The name of a `json` file in the same directory as the `YAML` file, ex: `"data.json"`.
- `nonce`: [Nonce](#nonce) value.
- `publicMeta`: [Metadata](#metadata) value.
- `keyPairs`: [KeyPairs](#keypairs) values.
Expand Down

0 comments on commit 2e33103

Please sign in to comment.