Update README.md

This commit is contained in:
Gavin King
2017-03-09 12:22:25 -05:00
committed by GitHub
parent 9997524e97
commit bde14d1b6e
+1 -1
View File
@@ -9,7 +9,7 @@ PlayerKit is a modular video player system.
### Motivation
Vimeo supports various types of video and playback (360 video, Chromecast, etc.). A modular video playback system allows us to abstract the details of actual player away from the implementer.
Vimeo supports various types of video and playback (360 video, Chromecast, etc.). PlayerKit allows the app to create, utilize, and interact with mutliple types of players in an abstract way.
### Goals