Skip to content

Commit cc9709a

Browse files
Fix incorrect indentation in readme
1 parent e6d7d1b commit cc9709a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ playMode.setCrossfade(true);
6565

6666
for (final SonosGroup group : groups.getGroups())
6767
{
68-
client.playback().setPlayModes("authToken", group.getId(), playMode);
68+
client.playback().setPlayModes("authToken", group.getId(), playMode);
6969
}
7070
```
7171

0 commit comments

Comments
 (0)