From f499b0c1abe120bf19f0d1724625b5c769e20117 Mon Sep 17 00:00:00 2001
From: Jeff Loiselle <jeff@loiselles.com>
Date: Fri, 27 Sep 2019 07:31:22 -0500
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 14b08651..7fa39e5d 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ steps:
 - run: npm install --ignore-scripts
   env:
     NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
-# `npm rebuild` will run all those post-install scritps for us.
+# `npm rebuild` will run all those post-install scripts for us.
 - run: npm rebuild && npm run prepare --if-present
 ```