diff --git a/README.md b/README.md index 215eaa5..4967146 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,12 @@ The following picture shows a sample configuration: #### Sorting options -Sorting options must include `featured_desc` and `feature_asc` criteria pre-configured. The picture shows how it should look on CEC: +Sorting options must include `featured_desc` and `featured_asc` criteria pre-configured. The picture shows how it should look on CEC: ![Sorting options](https://developers.sitecorecloud.io/search-sdk/sorting-options.png) +Remember to reindex the relevant sources after configuring a new sorting option. + #### Pre configured widgets The account must have the following widgets created before: @@ -100,7 +102,7 @@ VITE_SEARCH_PATH= (optional) ``` 5. To start the development server, run `npm run dev`. -6. To view the site, open your browser to **http://localhost:5174** +6. To view the site, open your browser to **http://localhost:5173** 7. To build the app for production, run: `npm run build` ## Pages