|
@@ -1,6 +1,6 @@
|
1
|
1
|
Jitsi Meet - Secure, Simple and Scalable Video Conferences
|
2
|
2
|
====
|
3
|
|
-Jitsi Meet is an open-source (MIT) WebRTC JavaScript application that uses [Jitsi Videobridge](https://jitsi.org/videobridge) to provide high quality, scalable video conferences. You can see [Jitsi Meet in action](http://youtu.be/7vFUVClsNh0) here at the 482 session of the VoIP Users Conference.
|
|
3
|
+Jitsi Meet is an open-source (MIT) WebRTC JavaScript application that uses [Jitsi Videobridge](https://jitsi.org/videobridge) to provide high quality, scalable video conferences. You can see [Jitsi Meet in action](http://youtu.be/7vFUVClsNh0) here at the session #482 of the VoIP Users Conference.
|
4
|
4
|
|
5
|
5
|
You can also try it out yourself at https://meet.jit.si .
|
6
|
6
|
|
|
@@ -30,7 +30,7 @@ make
|
30
|
30
|
```
|
31
|
31
|
|
32
|
32
|
## Discuss
|
33
|
|
-Please use the [Jitsi dev mailing list](http://lists.jitsi.org/pipermail/dev/) to discuss feature requests before opening an issue on github.
|
|
33
|
+Please use the [Jitsi dev mailing list](http://lists.jitsi.org/pipermail/dev/) to discuss feature requests before opening an issue on Github.
|
34
|
34
|
|
35
|
35
|
## Acknowledgements
|
36
|
36
|
|
|
@@ -38,7 +38,7 @@ Jitsi Meet started out as a sample conferencing application using Jitsi Videobri
|
38
|
38
|
|
39
|
39
|
## Miscellaneous
|
40
|
40
|
|
41
|
|
-This project was originally contributed to the community under the MIT licesne and with the following notice:
|
|
41
|
+This project was originally contributed to the community under the MIT license and with the following notice:
|
42
|
42
|
|
43
|
43
|
The MIT License (MIT)
|
44
|
44
|
|