From 91085db260c641daf2504d79ef301c4cf56e642f Mon Sep 17 00:00:00 2001 From: Thomas Van Acker Date: Mon, 8 Mar 2021 19:30:37 +0000 Subject: [PATCH] Added instruction to install node-fetch to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98bd14f..580f99d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You can host the game on your own computer, by following these steps: 1. Open a terminal window 2. Download the code: `git clone https://git.bitscuit.be/bitscuit/ReverseQuiz.git` 3. Move into the project directory: `cd ReverseQuiz` -4. Install the dependencies: `npm i socket.io` +4. Install the dependencies: `npm i socket.io` and `npm i node-fetch` You can now edit the `main.js` file with your favourite text editor and change the following: