From 894b9a4eee7d117e439306d5ae45ef11352c5d2f Mon Sep 17 00:00:00 2001 From: Jake Date: Tue, 2 Apr 2019 16:10:49 +0100 Subject: [PATCH] Additional install info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 67583fc..d78b8d2 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ expect().toMatchReactShallowSnapshot(); ## Install +Install as a dev dependency (`-D` is short for `--save-dev`) + ```shell npm i @dabapps/jest-matcher-react-shallow-snapshot -D ```