From 2618a8df95cde9cbfdde239699fd5d12a59c613c Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 17 May 2015 15:56:14 +0000 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 722e643..727ed11 100755 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ And run `carthage update` to build the dynamic framework. ## How to use To use it you just add the preview layer to your desired view, you'll get back the state of the camera if it's unavailable, ready or the user denied assess to it. ```swift -CameraManager.sharedInstance.addPreeviewLayerToView(self.cameraView) +CameraManager.sharedInstance.addPreviewLayerToView(self.cameraView) ``` You can set input device to front or back camera: ```swift