From b579a5c6f7dc1132424e6568c56b69a49ce571ac Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Mon, 7 Aug 2017 11:42:27 +0200 Subject: [PATCH] New repo name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2222c14..53c2b1ee 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ *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). The library at this point has been completely rewritten and refactored. See [below](#roadmap) for a list of what was done. This works better than any other library I have tried, and I would be grateful for any issue, suggestion or contribution.* -# CameraKit +# CameraView -CameraKit is a well documented, high-level library that makes capturing pictures and videos easy, addressing most of the common issues and needs, and still leaving you with flexibility where needed. +CameraView is a well documented, high-level library that makes capturing pictures and videos easy, addressing most of the common issues and needs, and still leaving you with flexibility where needed.

@@ -64,7 +64,7 @@ For now, you must clone the repo and add it to your project. ## Usage -To use CameraKit, simply add a `CameraView` to your layout: +To use CameraView engine, simply add a `CameraView` to your layout: ```xml