From fdd0077794767c3ec81f413bba95670993a7a9c4 Mon Sep 17 00:00:00 2001 From: EdwinGuayacan <80716239+EdwinGuayacan@users.noreply.github.com> Date: Tue, 31 Jan 2023 14:37:05 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93ae04f..4a62cd1 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.