From 9738e3e1ac241d2dea092e4b0deaacb2f3159de3 Mon Sep 17 00:00:00 2001 From: Keith Callenberg Date: Fri, 16 Aug 2019 21:25:56 -0400 Subject: [PATCH] fix minor typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 579ac92..2edeedf 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Now you can use the client object to make requests. Endpoint documentation: https://www.yelp.com/developers/documentation/v3/business -To query the Business Details Endpoint use the `busines.get_by_id` function with a Yelp business alias (i.e. `yelp-san-francisco`) or ID (i.e. `4kMBvIEWPxWkWKFN__8SxQ`). You can also pass in the locale parameter as specified in the [Business Details Endpoint Documentation](https://www.yelp.com/developers/documentation/v3/business). +To query the Business Details Endpoint use the `business.get_by_id` function with a Yelp business alias (i.e. `yelp-san-francisco`) or ID (i.e. `4kMBvIEWPxWkWKFN__8SxQ`). You can also pass in the locale parameter as specified in the [Business Details Endpoint Documentation](https://www.yelp.com/developers/documentation/v3/business). ``` > business_response = client.business.get_by_id('yelp-san-francisco')