1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-02 20:37:08 +01:00

Improve starter resume.

"hackmyresume new" should emit a starter resume that a) has example
information and b) validates.
This commit is contained in:
hacksalot
2016-01-06 14:09:22 -05:00
parent 37a053722d
commit 39e995213f
2 changed files with 4 additions and 4 deletions

View File

@ -313,10 +313,10 @@ Definition of the FRESHResume class.
/**
Get the default (empty) sheet.
Get the default (starter) sheet.
*/
FreshResume.default = function() {
return new FreshResume().parseJSON( require('fresh-resume-empty') );
return new FreshResume().parseJSON( require('fresh-resume-starter') );
};