Skip to content

Commit 2639f9f

Browse files
Update README.md
1 parent dc2a007 commit 2639f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ public class GenerateSchema {
6565
}
6666
}
6767
}
68-
}
68+
}
6969
}
7070
*/
7171

72-
JsonSchemaGenerator.outputAsFile(json, "output-schema.json");
72+
JsonSchemaGenerator.outputAsFile("Schedule", "this is a test", json, "output-schema.json");
7373
// the above statement will generate the file on the directory
7474
// where code was executed
7575
}

0 commit comments

Comments
 (0)