From 53d66fa2c72d7582427d9430bca7230940cdc576 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 22 Dec 2023 17:22:14 +0100 Subject: [PATCH] [mirotalksfu] - update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f985b12..d8e54334 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ | username | string | Auth username | | password | string | Auth password | -> **Note** +> \[!NOTE] > > The `username` and `password` parameters are required when either `host.protected` or `host.user_auth` is set to `true` in the `app/src/config.js` file. The valid list of users is defined in the `host.users` configuration. @@ -219,7 +219,8 @@ $ PORT=3011 npm start
-> **Note** +> \[!NOTE] +> > To run `MiroTalk SFU` on a `Windows operating system`, you can follow the instructions provided in [this documentation](https://github.com/miroslavpejic85/mirotalksfu/issues/99#issuecomment-1586073853).