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" } }