1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-10 15:57:07 +01:00

Rename to HMR.

This commit is contained in:
hacksalot
2015-12-19 12:37:42 -05:00
parent 786b3fd3b2
commit 80c6bb6e8b
14 changed files with 95 additions and 97 deletions

View File

@ -11,7 +11,7 @@ Definition of the HtmlPdfGenerator class.
, HTML = require( 'html' );
/**
An HTML-based PDF resume generator for FluentCV.
An HTML-based PDF resume generator for HackMyResume.
*/
var HtmlPdfGenerator = module.exports = TemplateGenerator.extend({