Преглед изворни кода

Add original repository in README

theenglishway (time) пре 2 година
родитељ
комит
fe1d29e1de
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -4,6 +4,8 @@ Run `./run.sh` in development mode.
 
 Run `./to_pdf.js` in order to export the resume both in .html and .pdf formats
 
+This builder is largely inspired by this one : https://github.com/BeyondCodeBootcamp/html-resume
+
 ## YAML syntax
 
 There are many ways to print a multi-line string in YAML, but this one seems the most natural 
@@ -29,4 +31,4 @@ This will be parsed as :
         'The second line which can also be split.\n' +
         'The last line.'
     }
-```
+```