From 4d6d6172ca5e74f924d47708229bc3eebec714c4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 10 Jun 2022 10:08:45 +0430 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8ce309..62a7f6c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The objective is to have a self-hosted place to keep useful links in one place, 2. Edit [/src/config.js](src/config.js) accordingly. -3. Head to the main folder using terminal and run: `(cd api && npm install) && npm install --legacy-peer-deps` for the dependancies. +3. Head to the main folder using terminal and run: `(cd api && npm install) && npm install --legacy-peer-deps` for the dependencies. 4. Run `npm start` to start the application.