From 92f0d55ffdf72751f571ca03d6059fd03805c798 Mon Sep 17 00:00:00 2001 From: Mayur Dave Date: Tue, 20 Apr 2021 17:03:05 +0100 Subject: [PATCH] Add yarn instructions in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7b010cd..1c76777 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@ Templates are automatically compiled for the correct environment based on your J ```console npm install @marko/jest -D ``` +or +```console +yarn add @marko/jest -D +``` + # Examples