diff options
Diffstat (limited to 'structure/book/en/00-preamble.md')
-rw-r--r-- | structure/book/en/00-preamble.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/structure/book/en/00-preamble.md b/structure/book/en/00-preamble.md index b11b806..60bfc73 100644 --- a/structure/book/en/00-preamble.md +++ b/structure/book/en/00-preamble.md @@ -44,7 +44,7 @@ if (knitr::is_html_output()) { cat(readLines('LICENSE'), sep='\n') cat('<br/><br/>') cat(readLines('snippets/cover.txt'), sep='\n') - cat("<h2>Versão PDF</h2>") + cat("<h2>PDF version</h2>") cat("\n") cat('Download the PDF <a href="book.pdf">here</a>, or browse it below:') cat("\n") |