From 32d51099ae1dbe65f9dd2ccdac454d4c66ce04da Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 28 Jan 2023 17:40:23 +0100 Subject: [PATCH] [mirotalksfu] - fix typo --- README.md | 2 +- app/src/Server.js | 4 ++-- public/js/Room.js | 4 ++-- public/js/RoomClient.js | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eec78be9..db1a4f83 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ https://sfu.mirotalk.com MiroTalk is free and can be modified and forked. But the conditions of the AGPLv3 (GNU Affero General Public License v3.0) need to be respected. In particular modifications need to be free as well and made available to the public. Get a quick overview of the license at [Choose an open source license](https://choosealicense.com/licenses/agpl-3.0/). -For a MiroTalk license under conditions other than AGPLv3, please contact us at license.mirotalk@gmail.com or [buy directly via CodeCanyon](https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970). +For a MiroTalk license under conditions other than AGPLv3, please contact us at license.mirotalk@gmail.com or [purchase directly from CodeCanyon](https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970). diff --git a/app/src/Server.js b/app/src/Server.js index eae2a19e..5a0bb83b 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -32,9 +32,9 @@ dependencies: { * MiroTalk SFU - Server component * * @link GitHub: https://github.com/miroslavpejic85/mirotalksfu - * @link Live demo: https://sfu.mirotalk.com + * @link Official Live demo: https://sfu.mirotalk.com * @license For open source use: AGPLv3 - * @license For commercial or closed source, contact us at license.mirotalk@gmail.com or buy directly via CodeCanyon + * @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com * @version 1.0.1 diff --git a/public/js/Room.js b/public/js/Room.js index 3cd95f47..c73febda 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -6,9 +6,9 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h * MiroTalk SFU - Room component * * @link GitHub: https://github.com/miroslavpejic85/mirotalksfu - * @link Live demo: https://sfu.mirotalk.com + * @link Official Live demo: https://sfu.mirotalk.com * @license For open source use: AGPLv3 - * @license For commercial or closed source, contact us at license.mirotalk@gmail.com or buy directly via CodeCanyon + * @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com * @version 1.0.1 diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index b818fdd3..63a3625c 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -4,9 +4,9 @@ * MiroTalk SFU - Client component * * @link GitHub: https://github.com/miroslavpejic85/mirotalksfu - * @link Live demo: https://sfu.mirotalk.com + * @link Official Live demo: https://sfu.mirotalk.com * @license For open source use: AGPLv3 - * @license For commercial or closed source, contact us at license.mirotalk@gmail.com or buy directly via CodeCanyon + * @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com * @version 1.0.1