From 87887fc291cf9a27357ae6da99ed703a46dd74f5 Mon Sep 17 00:00:00 2001 From: Andrew Stelmach Date: Thu, 9 Jan 2020 23:44:24 +0000 Subject: [PATCH] Update README.md fix incorrect url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fac73c..871394c 100644 --- a/README.md +++ b/README.md @@ -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. -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)