Skip to content

Commit dd0223c

Browse files
authored
fix(documentation/docs/Organizers/Benchmark_Creation/Competition-Bundle-Structure.md): metdata.yaml -> metadata.yaml (#2181)
2 parents 4558abe + 4e26c42 commit dd0223c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/docs/Organizers/Benchmark_Creation/Competition-Bundle-Structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The ingestion program is a file that gets ran to generate the predictions from t
117117

118118
The ingestion program is also paired with a `metadata.yaml` that specifies how to run it. It should have a key `command` that is the command used to run your ingestion program. The same special directories should be available to your ingestion program.
119119

120-
Example: Here's what an ingestion `metdata.yaml` might look like this:
120+
Example: Here's what an ingestion `metadata.yaml` might look like this:
121121
```yaml title="metadata.yaml"
122122
command: python3 /app/program/ingestion.py /app/input_data/ /app/output/ /app/program /app/ingested_program
123123
```

0 commit comments

Comments
 (0)