From b6094e8d7fda92da9994b0981982bbae3e023170 Mon Sep 17 00:00:00 2001 From: HF Date: Fri, 3 Jan 2020 14:23:37 +0100 Subject: [PATCH] README fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4c87f92..a5d7ff8b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Click or tab: Place Pixel ## Build -### Requriements +### Requirements - [nodejs environment](https://nodejs.org/en/) - [yarn](https://yarnpkg.com/lang/en/docs/install/#debian-stable) - (optional) [babel-cli](https://www.npmjs.com/package/babel-cli) (`sudo npm install --global babel-cli`) @@ -38,7 +38,7 @@ git config --global url.https://github.com/.insteadOf git://github.com/ ``` ## Run -### Requriements +### Requirements - nodejs environment with [npm](https://www.npmjs.com/get-npm) - (optional)[babel-cli](https://www.npmjs.com/package/babel-cli) (`npm install -g babel-cli`) - [pm2](https://github.com/Unitech/pm2) (`npm install -g pm2`) as process manager and for logging @@ -153,6 +153,6 @@ After=network.target mysql.service redis.service ### Development -Install packages that are just required for building with `yarn add --dev` others with `yarn add. +Install packages that are just required for building with `yarn add --dev` others with `yarn add`. Run `yarn run lint` to check for code errors and warnings. We have enough warnings already, just don't produce too many additional ones.