Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Jan 4, 2018
1 parent 4f637dc commit f2dd153
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 @@ -23,7 +23,7 @@ Page element

```
import { registerElement } from 'nativescript-angular/element-registry';
registerElement('ImageZoom', () => require('nativescript-image-zoom').StarRating);
registerElement('ImageZoom', () => require('nativescript-image-zoom').ImageZoom);
```

```xml
Expand Down

0 comments on commit f2dd153

Please sign in to comment.