From 4316bd3ca94d02443479d9a79226cce29d177428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Fontcuberta?= Date: Tue, 1 Mar 2022 11:29:28 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 769372c..d37f3b7 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ This module is distributed via `npm` and should be installed as one of your project's `devDependencies`: +If using Vue 2 +``` +npm install --save-dev @testing-library/vue@5 +``` + +If using Vue 3 ``` npm install --save-dev @testing-library/vue ```