From 876b2708765f6864ab10e4f44df64d024f37b02d Mon Sep 17 00:00:00 2001 From: Marco Manenti Date: Wed, 15 Apr 2020 07:58:04 +0200 Subject: [PATCH] Update README.md typo in manual installation prerequisites --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42de2f7..18ddd71 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Currently multiparty-meeting will only run on nodejs v10.* To install see here [here](https://github.com/nodesource/distributions/blob/master/README.md#debinstall). ```bash -$ sudo apt install npm build-essentials redis +$ sudo apt install npm build-essential redis ``` * Clone the project: