diff --git a/hws/03_amazon_prime/README.md b/hws/03_amazon_prime/README.md index 9129753..0732327 100644 --- a/hws/03_amazon_prime/README.md +++ b/hws/03_amazon_prime/README.md @@ -10,7 +10,13 @@ In this assignment you will complete the implementation of a simple recommendati ## Background -Amazon Prime Video recommends movies and tv shows to prime users. +Amazon Prime Video recommends movies and tv shows to prime users. Prime users on the prime video page will see things like this: + +![alt text](images/movies.png "Amazon Prime Movies") + +and this: + +![alt text](images/showss.png "Amazon Prime Shows") ## Specification diff --git a/hws/03_amazon_prime/movies.png b/hws/03_amazon_prime/images/movies.png similarity index 100% rename from hws/03_amazon_prime/movies.png rename to hws/03_amazon_prime/images/movies.png diff --git a/hws/03_amazon_prime/shows.png b/hws/03_amazon_prime/images/shows.png similarity index 100% rename from hws/03_amazon_prime/shows.png rename to hws/03_amazon_prime/images/shows.png