From 20be9e90f8bf442846a8ab1661f5e963d9ea838a Mon Sep 17 00:00:00 2001 From: Lorenzo Iovino Date: Wed, 10 Jul 2024 06:03:41 +0200 Subject: [PATCH] docs(readme.md): correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eedcc88..dd09c06 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Install the library using npm according to your angular version (see table below | Angular | ng2-fittext | command | |---------|-------------|-------------------------------| | <= v17 | 1.4.3 | ```npm i ng2-fittext@1.4.3``` | -| >= v18 | 2.0.0 | ``` npm i ng2-fittext@1.5.0```| +| >= v18 | 2.0.0 | ```npm i ng2-fittext@2.0.0``` | ### Usage