diff --git a/README.md b/README.md
index 19c90df6..5078453e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
@@ -35,12 +35,12 @@ ## Prerequisites In order to run the project we need the following software binaries installed on our development machines: + - `node>=16.7.0` -- `npm>=8.0.0` +- `npm>=8.0.0` We can also use one of the listed cloud providers we support: - ## ๐ฅ๏ธ Local development To install the application: @@ -54,6 +54,7 @@ To start a local copy of the app on port `3000`: ```shell npm start ``` + ### ๐งช Test For running the test suite, use the following command. Since the tests run in watch mode by default, some users may encounter errors about too many files being open. In this case, it may be beneficial to [install watchman](https://facebook.github.io/watchman/docs/install.html). @@ -110,7 +111,7 @@ We have a couple of scripts to check and adjust missing types. In order to dry run what types would be added to `package.json`: ```shell -npm run types:auto-check +npm run types:auto-check ``` In order to add any missing types to `package.json`: