Skip to content

Commit 2d5422d

Browse files
authored
Update README.md
ionic rollup related issue workaround is no longer needed.
1 parent 3ba141e commit 2d5422d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install --save ionic2-rating
1818
```
1919

2020
```Typescript
21-
import { Ionic2RatingModule } from 'ionic2-rating/module';
21+
import { Ionic2RatingModule } from 'ionic2-rating';
2222

2323
@NgModule({
2424
imports: [
@@ -28,8 +28,6 @@ import { Ionic2RatingModule } from 'ionic2-rating/module';
2828
export class AppModule {}
2929
```
3030

31-
Important: there is an open issue about the use of third party libraries on Ionic 2 RC.0 apps: https://github.com/driftyco/ionic/issues/8322
32-
3331
##### For Angular 2 RC4 (Ionic 2 beta version):
3432

3533
```

0 commit comments

Comments
 (0)