diff --git a/README.md b/README.md index ee604a3..d590f37 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,6 @@ For an example of this in use look at [this repository's test workflow](https:// |---------------------------------|:------:|:------------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `github_token` | token | **Required** | set to `${{ secrets.GITHUB_TOKEN }}` | | `provenance_version` | string | **Required** | Version of Provenance to test, either a release or a branch | -| `smart_contract_action_version` | string | **Required** | Version of the (Smart Contract Test action docker image)[https://hub.docker.com/r/provenanceio/smart-contract-action/tags] | +| `smart_contract_action_version` | string | **Required** | Version of the [Smart Contract Test action docker image](https://hub.docker.com/r/provenanceio/smart-contract-action/tags) | | `init_data` | string | *Optional* | The directory that contains the initial seed data for Provenance. It should contain the `config`, `data`, and `keyring-test` directories. Example: [init_data](smart-contract-action%2Ftest%2Finit_data) | | `test_script` | string | *Optional* | Script used to run tests after provenance has been setup and is running |