From 908adc2c372f2c1af0c8d1c80b264c23f96fd7d7 Mon Sep 17 00:00:00 2001 From: Jayesh Patel Date: Sat, 1 Aug 2020 00:09:27 +0530 Subject: [PATCH] Update Yelp.com documentation API from V2 to V3 (#39344) --- .../build-a-nightlife-coordination-app.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.english.md index f40914bcaa..9d028acef7 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.english.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.english.md @@ -15,7 +15,7 @@ Here are the specific user stories you should implement for this project: User Story: As an authenticated user, I can add myself to a bar to indicate I am going there tonight. User Story: As an authenticated user, I can remove myself from a bar if I no longer want to go there. User Story: As an unauthenticated user, when I login I should not have to search again. -Hint: Try using the Yelp API to find venues in the cities your users search for. If you use Yelp's API, be sure to mention so in your app. +Hint: Try using the Yelp API to find venues in the cities your users search for. If you use Yelp's API, be sure to mention so in your app. Once you've finished implementing these user stories, click the "I've completed this challenge" button and enter the URLs for both your GitHub repository and your live app running on Heroku. You can get feedback on your project by sharing it with your friends on Facebook.