Skip to content

Commit

Permalink
Merge pull request #10 from rmutter/documentation-typo
Browse files Browse the repository at this point in the history
Fixed 'image' typos in README
  • Loading branch information
freakboy3742 committed Jun 2, 2016
2 parents bf76faf + 83b6245 commit 358a4b1
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 @@ -36,14 +36,14 @@ specific settings can be specified using a platform key::
'app_requires': [
'toga[ios]'
],
'icon': 'iamges/ios_icon',
'icon': 'images/ios_icon',
'splash': 'images/ios_splash'
},
'android': {
'app_requires': [
'toga[android]'
]
'icon': 'iamges/android_icon',
'icon': 'images/android_icon',
},
'tvos': {
'app_requires': [
Expand Down

0 comments on commit 358a4b1

Please sign in to comment.