From 3e93f9b79593ea3408a9a21a399149f7954d3e99 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 24 Apr 2022 10:45:45 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5538f6b3..0f14934a 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ - You will need to have `NodeJS` and all [requirements](https://mediasoup.org/documentation/v3/mediasoup/installation/#requirements) installed, this project has been tested with Node version [12.X](https://nodejs.org/en/blog/release/v12.22.1/) and [14.X](https://nodejs.org/en/blog/release/v14.17.5/). -Requirements install example for `Ubuntu 20.04` +- Requirements install example for `Ubuntu 20.04` ```bash # gcc g++ make @@ -76,7 +76,7 @@ $ curl -sL https://deb.nodesource.com/setup_14.x | bash - $ apt-get install -y nodejs ``` -Start the project +- Start the server ```bash # Clone this repo