Skip to content

Commit 7fd04d2

Browse files
committed
fix typo
1 parent 9fa4c25 commit 7fd04d2

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
@@ -337,7 +337,7 @@ SeatMap[] seatmap = amadeus.shopping.seatMaps.get(Params
337337

338338
// What is the the seat map of a given flight?
339339
// The body can be a String version of your JSON or a JsonObject
340-
SeatMap[] seatmap = amadeus.shopping.seatMaps..post(body);
340+
SeatMap[] seatmap = amadeus.shopping.seatMaps.post(body);
341341
```
342342

343343
## Development & Contributing

0 commit comments

Comments
 (0)