Update README.md

fix incorrect url
This commit is contained in:
Andrew Stelmach 2020-01-09 23:44:24 +00:00 committed by Daniel Meyer
parent 6dc35331b0
commit 87887fc291

View File

@ -61,7 +61,7 @@ git clone https://github.com/salomonelli/best-resume-ever.git
4. Customize your resume in the `resume/` directory: edit your data `data.yml` and replace the default profile-picture `id.jpg` with your picture. Rename your picture as `id.jpg` and copy it in the `resume/` directory. 4. Customize your resume in the `resume/` directory: edit your data `data.yml` and replace the default profile-picture `id.jpg` with your picture. Rename your picture as `id.jpg` and copy it in the `resume/` directory.
5. Preview resumes with `npm run dev`. The command will start a server instance and listen on port 8080. Open (http://localhost:8080/) in your browser. The page will show some resume previews. To see the preview of your resume, with your picture and data, click on one layout that you like and the resume will be opened in the same window. 5. Preview resumes with `npm run dev`. The command will start a server instance and listen on port 8080. Open (http://localhost:8080/home) in your browser. The page will show some resume previews. To see the preview of your resume, with your picture and data, click on one layout that you like and the resume will be opened in the same window.
![Resume previews](/readme-images/resumePreviews.png) ![Resume previews](/readme-images/resumePreviews.png)