Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
sanduhrs committed Aug 5, 2020
1 parent 6ec80b1 commit edb840d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Add a meeting with pre-uploaded slides:
$meeting['slides'][] = new Document(
'https://example.org/slide.png',
'slide.png',
);
);
$meeting = $bbb->server->addMeeting($meeting);

Get meeting join URL for a moderator:
Expand Down

0 comments on commit edb840d

Please sign in to comment.