Skip to content

Commit

Permalink
Merge pull request #15 from Ocupe/master
Browse files Browse the repository at this point in the history
Fixed missing commas in setup example
  • Loading branch information
freakboy3742 committed Sep 2, 2016
2 parents 0689104 + 696ca6a commit 98c3beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ specific settings can be specified using a platform key::
'macos': {
'app_requires': [
'toga[macos]'
]
],
'icon': 'icons/macos.icns',
},
'ios': {
Expand All @@ -42,7 +42,7 @@ specific settings can be specified using a platform key::
'android': {
'app_requires': [
'toga[android]'
]
],
'icon': 'images/android_icon',
},
'tvos': {
Expand Down

0 comments on commit 98c3beb

Please sign in to comment.