Skip to content

Commit fafe87e

Browse files
author
BusinessHotels.com
authored
Update README.md
1 parent ae82527 commit fafe87e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/business-hotels-mcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async function getHotelRates(hotelName, checkinDate, checkoutDate, adults = 2, c
251251
}
252252
253253
// --- Usage ---
254-
const data = await getHotelRates("Luxor Las Vegas, Las Vegas, NV, US", "2026-07-20", "2026-07-21");
254+
const data = await getHotelRates("Bellagio, Las Vegas, NV, US", "2026-07-20", "2026-07-21");
255255
256256
const rawPrice = data?.rates?.display_all_in_total;
257257
if (!rawPrice || String(rawPrice).trim() === "") {

0 commit comments

Comments
 (0)