From cc8092d803c7e8d39c6bae6285b29a78c6eb6ede Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 31 Jul 2023 10:38:38 +0900 Subject: [PATCH] Add syntax highlighting to README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5ea6637f2d..1409d0c6fe 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ npm install ngx-bootstrap --save ``` Add wanted package to NgModule imports: -``` +```ts import { TooltipModule } from 'ngx-bootstrap/tooltip'; @NgModule({ @@ -104,7 +104,7 @@ import { TooltipModule } from 'ngx-bootstrap/tooltip'; ``` Add component to your page: -``` +```html