diff --git a/ios/README.md b/ios/README.md index e7bbdc9..974d29e 100644 --- a/ios/README.md +++ b/ios/README.md @@ -2,14 +2,14 @@ Create an app using Swift for iOS or Java/Kotlin for Android. -This app should serve as a single-screen Yelp! Listing for The Getty Center, in Los Angeles, CA. Use the Yelp! Fusion API (https://www.yelp.com/fusion) to display the following basic information: +This app should serve as a two-screen Yelp! Listing for The Getty Center, in Los Angeles, CA. Use the Yelp! Fusion API (https://www.yelp.com/fusion) to display the following basic information: 1. Star rating 2. Total Reviews 3. Address 4. Phone 5. Website 6. Hours of Operation -7. Top 3 reviews OR top 3 photos displayed on a second screen (iOS: using a TableView OR CollectionView, Android: using a ListView OR RecyclerView) +7. Top 3 reviews OR top 3 photos displayed **on a second screen** (iOS: using a TableView OR CollectionView, Android: using a ListView OR RecyclerView) ## What we’re looking for: * Solid understanding of software development best practices.