Skip to content

Commit 6937281

Browse files
Update README.md
1 parent 5fa579b commit 6937281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python - << 'PY'
3333
import json
3434
from jsonschema import validate
3535
36-
with open("datasets/signal-log.schema.json","r",encoding="utf-8") as f:
36+
with open("datasets/schema/signal-log.schema.json","r",encoding="utf-8") as f:
3737
schema = json.load(f)
3838
3939
with open("examples/sample_signal_log.json","r",encoding="utf-8") as f:

0 commit comments

Comments
 (0)