From 2d5e7d81f3233f83e1d660b963539a59ba5bc8bb Mon Sep 17 00:00:00 2001 From: Ricardo Nunez Date: Fri, 24 Feb 2017 05:24:03 -0800 Subject: [PATCH] Updates README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 487c39b..1b7f544 100755 --- a/README.md +++ b/README.md @@ -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) ```