From 3590d9fb143f119e4edac0a76e76ef78fef99e23 Mon Sep 17 00:00:00 2001 From: Nicole Latifi <59676637+NicoleLatifi@users.noreply.github.com> Date: Mon, 2 Nov 2020 00:28:40 -0700 Subject: [PATCH] Add install command Add command for npm install. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4018486..0cf7b54 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Searchspring Prettier Config -Edits must be approved by a bunch of people! \ No newline at end of file +Edits must be approved by a bunch of people! + + ## Install + +To install just the Searchspring prettier config: + +```bash +npm i -D @searchspring/prettier +```