From 26dcf587ae983d3ef74c17ede4915ddb5a006e94 Mon Sep 17 00:00:00 2001 From: Muukuro Date: Mon, 5 Jun 2017 15:12:57 +0200 Subject: [PATCH] Typo in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😞 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee27a97..406a2f7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ In your package.json you can use Squarespace Toolbelt to automatically run build "watch": "squarespace assemble -wT & webpack --watch", "server": "squarespace runserver -T", "start": "squarespace setup && (npm run watch & npm run server)", - "deploy": "squarspace setup && squarespace deploy" + "deploy": "squarespace setup && squarespace deploy" } ... }