Skip to content

Commit d7d7f6d

Browse files
author
Alvaro Navarro
authored
Update README.md
Fix typo in Hotel example.
1 parent 4ab5bc2 commit d7d7f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Similarly, to select a resource by ID, you can pass in the ID to the **singular*
134134
For example, `GET /v2/shopping/hotel-offers/XXX` would be:
135135

136136
```java
137-
amadeus.hotelOffer("XXX").get(...);
137+
amadeus.shopping.hotelOffer("XXX").get(...);
138138
```
139139

140140
You can make any arbitrary API call as well directly with the `.get` method.

0 commit comments

Comments
 (0)