From 55daa31c7153468c294e4b2341fac7f16cebc9ef Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Fri, 17 Apr 2020 12:46:56 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 476f4a8b..0736a8e9 100644 --- a/README.md +++ b/README.md @@ -1038,7 +1038,7 @@ Returns a [FolderInfo](#FolderInfo) object representing the folder's parent fold ```python >>> import osxphotos >>> photosdb = osxphotos.PhotosDB() ->>> photosdb.subfolders +>>> photosdb.folder_info [] >>> photosdb.folder_info[0].title 'Folder1'