Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed May 8, 2023
1 parent 7b2ef74 commit 2830f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ $book->tags(); // string[] => `subject` in EPUB, `keywords` in PDF, `genres` in
$book->series(); // ?string => `calibre:series` in EPUB, `series` in CBA
$book->volume(); // ?int => `calibre:series_index` in EPUB, `number` in CBA
$book->rating(); // ?float => `rating` in CBA
$book->pageCount(); // ?int => computed from words in EPUB, `pageCount` in PDF, `pageCount` in CBA
$book->words(); // ?int => `words` count in EPUB
$book->pageCount(); // ?int => computed from words (250 words by page) in EPUB, `pageCount` in PDF, `pageCount` in CBA
$book->wordsCount(); // ?int => words count in EPUB
$book->editors(); // string[] => `editors` in CBA
$book->review(); // ?string => `review` in CBA
$book->web(); // ?string => `web` in CBA
Expand Down

0 comments on commit 2830f72

Please sign in to comment.