diff --git a/src/core/jrs-resume.js b/src/core/jrs-resume.js index 35e4be2..edb5189 100644 --- a/src/core/jrs-resume.js +++ b/src/core/jrs-resume.js @@ -148,7 +148,7 @@ Definition of the JRSResume class. JSON Resume v0.0.0 doesn't allow additional properties at the root level, so tuck this into the .basic sub-object. */ - JRSResume.prototype.imp = function() { + JRSResume.prototype.i = function() { this.basics = this.basics || { imp: { } }; return this.basics; };