diff --git a/README.md b/README.md index 6a03a19..1c9e4f6 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The example uses Ionic's class-based dark mode. Your global stylesheet must also Configure both transition implementations when both themes are installed: ```ts -import { isPlatform } from '@ionic/core'; // or @ionic/angular/standalone, @ionic/react, @ionic/vue +import { isPlatform } from '@ionic/core'; // or @ionic/angular (Ionic 9), @ionic/angular/standalone (Ionic 8), @ionic/react, @ionic/vue import { iosTransitionAnimation, popoverEnterAnimation, popoverLeaveAnimation } from '@rdlabo/ionic-theme-ios26'; import { mdTransitionAnimation } from '@rdlabo/ionic-theme-md3'; @@ -117,7 +117,7 @@ createApp(App) If you installed only the iOS 26 theme, configure its animations as follows. ```ts -import { isPlatform } from '@ionic/core'; // or @ionic/angular/standalone, @ionic/react, @ionic/vue +import { isPlatform } from '@ionic/core'; // or @ionic/angular (Ionic 9), @ionic/angular/standalone (Ionic 8), @ionic/react, @ionic/vue import { iosTransitionAnimation, popoverEnterAnimation, popoverLeaveAnimation } from '@rdlabo/ionic-theme-ios26'; // Angular