Skip to content

Commit

Permalink
Fix file name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
fbiville authored Mar 1, 2024
1 parent 4024442 commit 712cc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class GettingStarted {

public static void main(String... args) {

try (Reader reader = createReader("json.spec")) {
try (Reader reader = createReader("spec.json")) {
var importSpecification = ImportSpecificationDeserializer.deserialize(reader);

var config = importSpecification.getConfiguration();
Expand Down

0 comments on commit 712cc80

Please sign in to comment.