From d35d09a2881e43782414c0c7d051045b9c72d50b Mon Sep 17 00:00:00 2001 From: Almog Tavor <70065337+almogtavor@users.noreply.github.com> Date: Wed, 5 May 2021 17:06:45 +0300 Subject: [PATCH] Update README.md Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7b903cd35c..6bfc36b45c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ To build the compiler and all the other modules included in the package: npm run build ``` - To watch for changes and continually rebuild the package (this is useful if you're using [npm link](https://docs.npmjs.com/cli/link.html) to test out changes in a project locally): ```bash