Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alcoceba committed Oct 7, 2017
1 parent c577281 commit 507e286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class AppComponent {
this.images = [
{ title: 'Image 1', url: 'https://unsplash.it/400/300/?image=867' },
{ title: 'Image 2', file: '~/assets/sea-sunset.jpg' },
{ title: 'Image 2', file: 'res://mountain' }, // Resource whitout extension
{ title: 'Image 2', file: 'res://mountain' }, // Resource without extension
{ title: 'Image 3', url: 'https://unsplash.it/400/300/?image=876' },
];
}
Expand Down Expand Up @@ -124,7 +124,7 @@ Currently directive supported attributes:

**Version 0.0.5**

* Possiblity to load images from resources folder in Andorid and iOS
* Possibility to load images from resources folder in Android and iOS

**Version 0.0.4**

Expand Down

0 comments on commit 507e286

Please sign in to comment.