summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristophe ROGER <darwiin@users.noreply.github.com>2019-06-30 16:36:02 +1100
committerChristophe ROGER <darwiin@users.noreply.github.com>2019-06-30 16:36:02 +1100
commit70d162aba67768540318101ac9ccb2aaafd41ee4 (patch)
tree3a0f5c0b2216559447d24b78e4ee3e37d8b99aed /README.md
parent0917ec57b08798e094fc0ea533b070663b63bb33 (diff)
downloadcv-70d162aba67768540318101ac9ccb2aaafd41ee4.tar.gz
cv-70d162aba67768540318101ac9ccb2aaafd41ee4.tar.bz2
cv-70d162aba67768540318101ac9ccb2aaafd41ee4.tar.xz
cv-70d162aba67768540318101ac9ccb2aaafd41ee4.zip
[FIX] Updated README
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8585a61..797c982 100755
--- a/README.md
+++ b/README.md
@@ -48,10 +48,15 @@ When declaring the `\documentclass` you can use option(s) to customize your CV r
% header layout, fonts included in the fonts directory and the default color scheme
\documentclass[localFont]{yaac-another-awesome-cv}
-% Used with localFont option, the template will use the 'alternative'
+% Used with alternative option, the template will use the 'alternative'
% header layout, your system fonts and the default color scheme
\documentclass[alternative]{yaac-another-awesome-cv}
+% Used with localFont, alternative and 10pt options the template will use the 'alternative'
+% header layout, fonts included in the fonts directory, the default color scheme and the '10pt' font size.
+% Based on the article document class, size options are 10pt, 11pt and 12pt
+\documentclass[localFont,alternative,10pt]{yaac-another-awesome-cv}
+
```
### Construct the header