Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan8456 committed May 27, 2024
1 parent c27de81 commit 6f86c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ cd ..
tar -cvzf package-new.tgz package
```
4. Now take any of the output fhir jsons and validate with the IG using the following command: `java -jar validator_cli.jar path/to/json -version 4.0.1 -ig path/to/package.tgz -questionnaire required`
4. Now take any of the output fhir jsons and validate with the IG using the following command: `java -jar validator_cli.jar path/to/json -version 4.0.1 -ig path/to/package-new.tgz -questionnaire required`


0 comments on commit 6f86c3e

Please sign in to comment.