Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #252 from alexshepard/patch-1
Browse files Browse the repository at this point in the history
fix typo in readme
  • Loading branch information
AlexLittlejohn authored Jan 10, 2018
2 parents 8a455f0 + 4217ff4 commit 848775c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Add the keys below to your `Info.plist`, adding strings with the description you
### Usage

To use this component couldn't be simpler.
Add `import ALCameraViewController` to the top of you controller file.
Add `import ALCameraViewController` to the top of your controller file.

In the viewController
```swift
Expand Down Expand Up @@ -85,7 +85,7 @@ init(isEnabled: Bool = false,
```

The success parameter returns a `UIImage?` and a `PHAsset?` for more advanced use cases.
If the user canceled photo capture ten both of these options will be `nil`
If the user canceled photo capture then both of these options will be `nil`

```swift
typealias CameraViewCompletion = (UIImage?, PHAsset?) -> Void
Expand Down

0 comments on commit 848775c

Please sign in to comment.