diff --git a/packages/calendar/README.md b/packages/calendar/README.md index 2f69eaed..3fed9518 100644 --- a/packages/calendar/README.md +++ b/packages/calendar/README.md @@ -21,16 +21,13 @@ npm install @ec.components/calendar --save import { CalendarModule } from '@ec.components/calendar'; @NgModule({ - imports: [ - CalendarModule - ] + imports: [CalendarModule], }) -export class AppModule { -} +export class AppModule {} ``` ### 3. Use it ```html - -``` \ No newline at end of file + +```