From b0a7b26af76051616d91932d4e033185965dc05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Kr=C3=A1tk=C3=BD?= Date: Sat, 25 Feb 2023 18:44:11 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bb712d..b438e27 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ todo ## Usage -Add `KbarAngularModule` to `app.module.ts` to `imports` array +```bash +npm i kbar-angular +``` + +- Add `KbarAngularModule` to `app.module.ts` to `imports` array -_to access components service, add `KbarAngularService` to `providers` array_ +- *to access components service, add `KbarAngularService` to `providers` array* **component class**