From 9cb5b5e953d061d8f90e758fb35f66706fae57be Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Thu, 3 Dec 2020 10:13:32 +0200 Subject: [PATCH] readme typos fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10627006f..56306d732 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ Live version: [https://sendou.ink/](https://sendou.ink/) ### Access pages that don't need database access -With the following steps you can access a few pages that don't need a database: home page (`/`), build analyzer (`/analyzer`) and map planner (`/plans`) +With the following steps you can access a few pages that don't need a database. For example: home page (`/`), build analyzer (`/analyzer`) and map planner (`/plans`) 1. Clone the project 2. Run `npm i` to install dependencies 3. Run `npm run compile` to compile translation files. -4. Run `npm run dev` to start the developmen server at http://localhost:3000/ +4. Run `npm run dev` to start the development server at http://localhost:3000/ ### Access rest of the pages