From 1ec79a71318454a4da476d54bdc49de43c65a16b Mon Sep 17 00:00:00 2001 From: willemml Date: Fri, 26 Nov 2021 11:31:14 -0800 Subject: [PATCH] fix typo in readme manual deployment command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc8af27..302d5cb 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ And how to setup Github Actions with deploy into Netlify. ### Manual Deployment -1. Run `yarn build:realease`. +1. Run `yarn build:release`. 1. Check if build works by running `yarn serve:dist` and view in a browser. 1. Deploy the contents of the `dist` directory to a web server.