From 5ca80e5a76a360620d4e76758cfde2b431ec903e Mon Sep 17 00:00:00 2001 From: zool Date: Wed, 4 Nov 2015 00:48:13 +0100 Subject: [PATCH] Fix image link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5ae621..878e70e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $endfor$ LaTeX takes then care of the typesetting with its usual elegance. Below a preview of the final result. Check out the [output](output.pdf) to see the compiled PDF. -![preview](preview.jpg) +![preview](preview.png) With this method, you can keep your entire CV encoded in a single YAML file, put it under version control (into a gist, for instance), and generate a PDF on the fly when needed. You can also easily export it to other formats, like HTML for web publishing. Convenient, portable and time-proof.