README.md in eps-rapid-1.0.0 vs README.md in eps-rapid-1.0.1

- old
+ new

@@ -126,10 +126,10 @@ ### Shopping API The EPS Rapid Shopping API provides you with access to live rates and availability for over 500,000 properties globally. https://developer.expediapartnersolutions.com/documentation/rapid-shopping-docs-2-4/ #### Methods ```ruby -EpsRapid::Content.availability(occupancy: '2-9,4;2-8,6', property_id: '12345,567899', country_code: 'US', sales_environment: 'hotel_package', sales_channel: 'website', checkin: '2021-05-01', checkout: '2021-05-03', currency: 'USD', rate_plan_count: '1') +EpsRapid::Shopping.availability(occupancy: '2-9,4;2-8,6', property_id: '12345,567899', country_code: 'US', sales_environment: 'hotel_package', sales_channel: 'website', checkin: '2021-05-01', checkout: '2021-05-03', currency: 'USD', rate_plan_count: '1') ``` Returns rates on available room types for specified properties (maximum of 250 properties per request). The response includes rate details such as promos, whether the rate is refundable, cancellation penalties and a full price breakdown to meet the price display requirements for your market. Note: If there are no available rooms, the response will be an empty array. Multiple rooms of the same type may be requested by including multiple instances of the `occupancy` parameter. The `nightly` array includes each individual night’s charges. When the total price includes fees, charges, or adjustments that are not divided by night, these amounts will be included in the stay rate array, which details charges applied to the entire stay (each check-in).