From 9fc5e9bc3722e8e094d8d0a003b761fc4d5a7e9d Mon Sep 17 00:00:00 2001 From: zool Date: Sun, 25 Oct 2015 19:51:48 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbfd879..4ef7a77 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Refer to [pandoc's documentation](http://pandoc.org/demo/example9/templates.html - **`lang`**: Sets the main language through the `polyglossia` package. This is important for proper hyphenation, among other things. - **`geometry`**: A string that sets the margins through `geometry`. Read [this](https://www.sharelatex.com/learn/Page_size_and_margins) to learn how this package works. -## Recommended reading +## Recommended readings - [Why I do my résumé in LaTeX](http://www.toofishes.net/blog/why-i-do-my-resume-latex/) by Dan McGee - [What are the benefits of writing resumes in TeX/LaTeX?](http://tex.stackexchange.com/questions/11955/what-are-the-benefits-of-writing-resumes-in-tex-latex) on TeX Stack Exchange