From df77e9596757ff216f92e842887c5afaf16a6600 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sun, 30 Jul 2017 14:08:57 +0200 Subject: [PATCH] Readme info --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index e34af7da..7b6b5478 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,7 @@ -CameraKit Header -##### Originally a fork of [Google's CameraView library](https://github.com/google/cameraview). +*A fork of [Dylan McIntyre's CameraKit-Android library](https://github.com/gogopop/CameraKit-Android), originally a fork of [Google's CameraView library](https://github.com/google/cameraview)* -CameraKit is an extraordinarily easy to use utility to work with the infamous Android Camera and Camera2 APIs. Built by [Dylan McIntyre](https://github.com/dwillmc). - -Try out all the unique features using the CameraKit Demo from the Google Play store! - -Get it on Google Play - - +CameraKit is an easy to use utility to work with the Android Camera APIs. Everything at the moment is work in progress. ## Table of Contents @@ -416,11 +409,3 @@ camera.setCameraListener(new CameraListener() { }); ``` - -## Credits - -[Dylan McIntyre](https://github.com/dwillmc) - -## License - -CameraKit-Android is [MIT licensed](https://github.com/wonderkiln/camerakit-android/blob/master/LICENSE).