diff --git a/README.md b/README.md index 67b7bf6..eeabb68 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ Vynchronize is a online video synchronization platform where you can watch videos online with friends in real time! -This is a work in progress, and it is only in the beta stages. Don't expect it to be perfect! - Vynchronize currently supports YouTube, Daily Motion, and Vimeo! [![forthebadge](https://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)](http://forthebadge.com) @@ -180,3 +178,8 @@ io.sockets.adapter.rooms['room-'+roomnum] The Queue object consists of arrays for each specific player. Each array then consists of objects that hold both the id and title. It was created this way because grabbing the title required extra work, and could not be done continuously on the spot. + +##### In Depth Functionality + +Please see the [Wiki](https://github.com/kyle8998/Vynchronize/wiki) for more +information. diff --git a/index.html b/index.html index 6629796..dedeba0 100644 --- a/index.html +++ b/index.html @@ -272,7 +272,7 @@
*The synchronization is not perfect at the moment! It's a work in progress
+*The synchronization may not be perfect! It's a work in progress, submit an issue on github if you wish to submit a bug report/suggestion.