From 74e3b385634ff632bcf7b892f285cf7dc5a61287 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sun, 18 Aug 2024 10:53:23 -0400 Subject: [PATCH] doc updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b2ab85..937a1aa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## About -`ivue` is a TypeScript classes based composable architecture for Vue 3, that unlocks infinite scalability for Vue 3 based apps. It allows you to extend the regular Vue 3 in a simple and elegant way. +`ivue` is a TypeScript class based composable architecture for Vue 3, that unlocks infinite scalability for Vue 3 based apps. It allows you to extend the regular Vue 3 in a simple and elegant way. ## Features – Simple & Elegant Architecture