Skip to content

Commit

Permalink
Fix assets path in instructions
Browse files Browse the repository at this point in the history
Modified assets path from `public/images` to `src/assets` in the instructions
  • Loading branch information
frankmarmier authored May 28, 2021
1 parent 084f3dc commit 05fa292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Create a **Home Page**. This view should include three links to separate pages:
- `/random-beer`
- `/new-beer`

Feel free to design it however you wish, but in case you want to do it the way we did it, you can find the following images in `public/images` folder:
Feel free to design it however you wish, but in case you want to do it the way we did it, you can find the following images in `src/assets` folder:

<div style="display: flex; justify-content: center">
<img src="https://user-images.githubusercontent.com/23629340/40706572-933439b8-63ee-11e8-8d65-538fb59f79ab.png" height="600px" />
Expand Down

0 comments on commit 05fa292

Please sign in to comment.