소스 검색

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.'
     }
-```
+```