From 978b0b48076d8d3ecf1ae248adfc33068c573075 Mon Sep 17 00:00:00 2001 From: Marcos Junior Date: Sun, 28 Jan 2024 20:32:36 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20fix=20link=20to=20vanilla=20js?= 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 168f59b..72b4a71 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ export class InputMoneyComponent implements AfterViewInit, OnDestroy { Read the [docs](docs/) or chose your implementation to check an example: -* [JavaScript](examples/4.x.x/javascript) +* [JavaScript](examples/4.x.x/vanilla) * [Angular](examples/4.x.x/angular) * [React](examples/4.x.x/react) * [Node](examples/4.x.x/node)