diff --git a/README.mdown b/README.mdown index 73450b9..c3754bd 100644 --- a/README.mdown +++ b/README.mdown @@ -63,4 +63,9 @@ This library provides quite a lot of access to the metadata included in any mobi 'record count': 327, 'record size': 4096, 'text length': 1336365}} - >>> \ No newline at end of file + >>> + +## Retrieving Author and Title +The author and title of a book can be retrieved using the author() and title() +methods respectively on a Mobi() object. The parse() method needs to have +already been called.