diff --git a/README.md b/README.md
index 2112b4db..ab6e13a6 100644
--- a/README.md
+++ b/README.md
@@ -1566,6 +1566,9 @@ Returns a count of how many times this person appears in images in the database.
#### `photos`
Returns a list of PhotoInfo objects representing all photos the person appears in.
+#### `face_info`
+Returns a list of [FaceInfo](#faceinfo) objects associated with this person sorted by quality score. Highest quality face is result[0] and lowest quality face is result[n].
+
#### `json()`
Returns a json string representation of the PersonInfo instance.