diff --git a/README.md b/README.md index 0230c075ff..8891c7de6a 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ npm install ngx-bootstrap --save Add wanted package to NgModule imports: -``` +```ts import { TooltipModule } from 'ngx-bootstrap/tooltip'; @NgModule({ @@ -113,7 +113,7 @@ import { TooltipModule } from 'ngx-bootstrap/tooltip'; Add component to your page: -``` +```html