diff --git a/README.md b/README.md index 8199da4..98426e3 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,11 @@ const routes: Routes = [ path: 'reservation', component: 'ReservationComponent', data: { - piano: { - ngxPianoRouteData: { - page: 'Reservation', - page_chapter1: 'Home', - page_chapter2: 'Train' - } as NgxPianoRouteMetaData // IMPORTANT to have completion and to respect NgxPianoRouteData attributes - } + ngxPianoRouteData: { + page: 'Reservation', + page_chapter1: 'Home', + page_chapter2: 'Train' + } as NgxPianoRouteMetaData // IMPORTANT to have completion and to respect NgxPianoRouteData attributes } } ];