From 57b22b560f701a238948dfd9191d0a7f44614d0f Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Sun, 2 Jun 2024 18:39:58 +0300 Subject: [PATCH] docs: add link to v2 docs --- docs/v3/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/v3/README.md b/docs/v3/README.md index c9c753e..ce28fdc 100644 --- a/docs/v3/README.md +++ b/docs/v3/README.md @@ -4,6 +4,8 @@ !> Maska v3 is currently in beta. If you encounter any issues, please [report them](https://github.com/beholdr/maska/issues). +?> Docs for Maska v2 [are here](https://beholdr.github.io/maska/v2/). + **Maska** is a simple zero-dependency input mask library. You can use it with vanilla javascript or with your favorite framework. Out of the box there is integration with Vue 2/3, Svelte and Alpine.js, but you can integrate it into any framework.