Skip to content

Commit 32e2ff2

Browse files
authored
Merge pull request #57 from nathansalter/fix-documentation
Update bug in Example Code
2 parents 47ba23a + 33bf6cf commit 32e2ff2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ $sessionSeries = new SessionSeries([
6464
"longitude" => -0.2369088977575302,
6565
])
6666
]),
67-
"activity" => new Concept([
67+
"activity" => [new Concept([
6868
"id" => "https://openactive.io/activity-list#5e78bcbe-36db-425a-9064-bf96d09cc351",
6969
"prefLabel" => "Bodypump™",
7070
"inScheme" => "https://openactive.io/activity-list"
71-
]),
71+
])],
7272
"organizer" => new Organization([
7373
"name" => "Central Speedball Association",
7474
"url" => "http://www.speedball-world.com"

0 commit comments

Comments
 (0)