Sfoglia il codice sorgente

Add original repository in README

theenglishway (time) 2 anni fa
parent
commit
fe1d29e1de
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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.'
     }
-```
+```