Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Nunez authored Feb 24, 2017
1 parent 8b3c677 commit 2d5e7d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ PDFViewController.createNew(with: document, title: "Favorite Cupcakes", backButt
#### Do not load the thumbnails in the controller

```swift
// You can also pass true to this parameter but not passing anything works as true — it's the default value
let controller = PDFViewController.createNew(with: document, thumbnailsEnabled: false)
let controller = PDFViewController.createNew(with: document, isThumbnailsEnabled: false)
```


Expand Down

0 comments on commit 2d5e7d8

Please # to comment.