diff --git a/README.md b/README.md index 3f68bc0..373b411 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The ```data-market``` and ```data-language``` parameters control the market and ## How do I specify a location for the widget to load? -The ```data-location-id``` parameter allows you to set location based on a set of available ```“/Country/Region"``` combinations. A list of the supported locations is available in the [AllLocations.txt file](../master/AllLocations.txt). If no ```data-location-id``` is set, the default is the global view. You can also select a global view for the ```data-location-id``` parameter with a value of ```"/"```. Setting the ```data-location-id``` will update all modules with the specified location's data. +The ```data-location-id``` parameter allows you to set location based on a set of available ```“/Country/Region"``` combinations. Setting the ```data-location-id``` will update all modules with the specified location's data. A list of the supported locations is available in the [AllLocations.txt file](../master/AllLocations.txt). If no ```data-location-id``` is set, the default is the global view. You can also select a global view for the ```data-location-id``` parameter with a value of ```"/"```. In the future we also plan to support location selection by latitude and longitude values and will update this readme once it is available.