Skip to content

Commit

Permalink
Fix incorrect performer ingest example (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh authored May 14, 2024
1 parent 5ed6f3b commit 59c4181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INGESTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ The following JSON is an example of data to be used to create a `performer`:
```jsonc
// performer.json
{
"team_name": "KIT",
"short_code": "Kitware"
"team_name": "Kitware",
"short_code": "KIT"
}
```

Expand Down

0 comments on commit 59c4181

Please sign in to comment.