Skip to content

Commit

Permalink
Fix indentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Yutkin committed Jan 31, 2019
1 parent 5a4343c commit 1816478
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@ let assembly = factory.scannerAssembly()
Create view controller using assembly's `module` method:
```swift
let data = ScannerData(
initialActiveCameraType: .back,
cameraCaptureOutputHandlers: []
initialActiveCameraType: .back,
cameraCaptureOutputHandlers: []
)
let viewController = assembly.module(
data: data,
routerSeed: routerSeed, // omit this parameter if you're using Paparazzo.AssemblyFactory
configure: configure
data: data,
routerSeed: routerSeed, // omit this parameter if you're using Paparazzo.AssemblyFactory
configure: configure
)
```
* _initialActiveCameraType_ — preferred camera when starting the module (front or back).
Expand Down

0 comments on commit 1816478

Please sign in to comment.