From 93e9747e4489572ef489fbdeb534604fe4a8a6bc Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Thu, 31 Jul 2014 04:20:34 -0700 Subject: [PATCH] Remove schema dependency --- README.md | 5 +++-- package.json | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e7b204a..db6cb83 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,15 @@ While inside the theme folder, simply run: resume serve ``` -If successful, you should now see this message: +You should now see this message: ``` Preview: http://localhost:4000 Press ctrl-c to stop ``` -Congratulations, you've made it! +Congratulations, you've made it! + __The theme development can now begin.__ ## License diff --git a/package.json b/package.json index 6f89362..6f2dcf8 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ }, "license": "MIT", "dependencies": { - "handlebars": "^2.0.0-alpha.4", - "resume-schema": "jsonresume/resume-schema" + "handlebars": "^2.0.0-alpha.4" } }