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).