diff --git a/README.md b/README.md index b4dc6e6..d78b8d2 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,10 @@ expect().toMatchReactShallowSnapshot(); ## Install +Install as a dev dependency (`-D` is short for `--save-dev`) + ```shell -npm i @dabapps/jest-matcher-react-shallow-snapshot -S +npm i @dabapps/jest-matcher-react-shallow-snapshot -D ``` ## Configuration