Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
etuong committed Aug 25, 2022
1 parent 79d12db commit 5e54e59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ReactJS Resume Generator generates customized Resume in few minutes on your requirements. Live resume editor.

[Visit Now](https://resumegenx.netlify.app/) 🚀
[Visit Now](https://etuong.github.io/resume-builder/) 🚀

Forked from [jigar-sable](https://github.com/jigar-sable/resumegen)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d dist"
"deploy": "npm run build && gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand All @@ -30,6 +30,7 @@
"type": "git",
"url": "https://github.com/etuong/resume-builder.git"
},
"homepage": "https://etuong.github.io/resume-builder/",
"browserslist": {
"production": [
">0.2%",
Expand Down

0 comments on commit 5e54e59

Please sign in to comment.