Skip to content

Commit

Permalink
Fix formatting in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke authored Oct 13, 2022
1 parent 5c08554 commit 756b58e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,24 @@ You can specify the following options using the ["with" syntax](https://docs.git
- description: 'Simplifier password, needed for running Quality Control checks. Please use GitHub Secrets for this variable.'
- required: true
* SUSHI_ENABLED:
description: 'Boolean flag to run fsh-sushi on the current repository to generated conformance resources based on FHIR shorthand'
required: false
default: false
- description: 'Boolean flag to run fsh-sushi on the current repository to generated conformance resources based on FHIR shorthand'
- required: false
- default: false
* SUSHI_OPTIONS:
description: 'Custom options passed to SUSHI. See https://www.npmjs.com/package/fsh-sushi'
required: false
- description: 'Custom options passed to SUSHI. See https://www.npmjs.com/package/fsh-sushi'
- required: false
* FIRELY_TERMINAL_VERSION:
description: 'Version of Firely Terminal used for .NET-based validation'
default: '3.0.0'
required: true
- description: 'Version of Firely Terminal used for .NET-based validation'
- default: '3.0.0'
- required: true
* JAVA_VALIDATOR_VERSION:
description: 'Version of org.hl7.fhir.core library used for Java-based validation'
default: '5.6.65'
required: true
- description: 'Version of org.hl7.fhir.core library used for Java-based validation'
- default: '5.6.65'
- required: true
* SUSHI_VERSION:
description: 'Version of SUSHI used for compiling the FSH files'
default: '2.7.0'
required: true
- description: 'Version of SUSHI used for compiling the FSH files'
- default: '2.7.0'
- required: true

## Changelog

Expand Down

0 comments on commit 756b58e

Please sign in to comment.