From bde14d1b6e328e7cd1ae9dffc6a1d64f9bdfd8d6 Mon Sep 17 00:00:00 2001 From: Gavin King Date: Thu, 9 Mar 2017 12:22:25 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b505cba..6c40f99 100644 --- a/README.md +++ b/README.md @@ -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