From 95d8056efc44e65f5d6dbcb3e175a93ea6872a50 Mon Sep 17 00:00:00 2001 From: "Juan D. Jara" Date: Mon, 11 May 2020 02:36:17 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d20200a..ec64350 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Run `docker-compose build` once to build the docker images and then run `docker- You can start a development version that listens for changes in the files with the command `docker-compose -f docker-compose.dev.yml`. In order for this to work, a `.env` file must be located in the root of the project with at least the content of the `.env.prod` file. -This only starts the backend part of the project, listening on port 4000. To start the Web UI you nedd to `cd` into the `www` folder, run `npm install` (only once to create the `node_modules` folder) and run `npm start`. The web will located on http://localhost:3000 +This only starts the backend part of the project, listening on port 4000. To start the Web UI you nedd to `cd` into the `www` folder, run `npm install` (only once to create the `node_modules` folder) and run `npm start`. The web will be located on http://localhost:3000 ### transcoder details