From f25061d66419b0f26b437cf330776070f2229ef7 Mon Sep 17 00:00:00 2001 From: Aviv Haruzi Date: Sat, 23 Sep 2023 21:15:42 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8433a9..95867bd 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ yarn install ngx-skeleton Import `NgxSkeletonModule` into the current module's imports: ```ts -import {NgxSkeletonModule} from 'ngx-skeleton'; +import { NgxSkeletonModule } from 'ngx-skeleton'; imports: [ // ...