From 2cab1195e881cd798a6aeb05040cc012c6185350 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Mon, 4 Jan 2016 07:25:48 -0500 Subject: [PATCH] Fix 'create' alias. --- src/hackmyapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hackmyapi.js b/src/hackmyapi.js index 7351b59..20bee67 100644 --- a/src/hackmyapi.js +++ b/src/hackmyapi.js @@ -18,7 +18,7 @@ External API surface for HackMyResume. verbs: v, alias: { generate: v.build, - create: v.build + create: v.new }, options: require('./core/default-options'), formats: require('./core/default-formats'),