Skip to content

Commit 0391743

Browse files
committed
[update] how-to-start updated
1 parent 9bfdece commit 0391743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/how-to-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Now you are ready to add booking to the page. First, let's create the DIV contai
8484

8585
To start working with Booking, first you need to provide the initial data, and then you can add other configuration properties you want to be applied at the initialization. The example below creates Booking with two cards:
8686
- the [`data`](/api/config/booking-data) property allows adding data to each card, such as title, image, rating data, and booking slots
87-
- the [`cardShape`](/api/config/booking-infoshape) property helps to configure which cards' data fields to display
87+
- the [`cardShape`](/api/config/booking-cardshape) property helps to configure which cards' data fields to display
8888

8989
~~~jsx
9090
const data = [

0 commit comments

Comments
 (0)