From 75bb730f3298f108020c9219001c37022a12f0bc Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Wed, 11 Sep 2019 03:09:23 -0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9bd2b3..5951d0e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ $ git commit -a -m "prod dependencies" ```bash $ npm prune --production -$ git add node_modules/ +$ git add node_modules $ git commit -a -m "prod dependencies" $ git push origin releases/v1 ```