Skip to content

Commit

Permalink
fixed doc regarding UMD
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila committed Jul 11, 2023
1 parent ec61799 commit b0de97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ If you import script from CDN using `<script src="https://cdn.maptiler.com/mapti
| `leaflet.umd.js` | `leafletMaptilerGeocoder` | `class GeocodingControl`,`function createLeafletMapController` |
| `maplibregl.umd.js` | `maplibreglMaptilerGeocoder` | `class GeocodingControl`, `function createMapLibreGlMapController` |
| `maptilersdk.umd.js` | `maptilersdkMaptilerGeocoder` | `class GeocodingControl` |
| `openlayers.umd.js` | `openlayersMaptilerGeocoder` | `class GeocodingControl` |
| `react.umd.js` | `reactMaptilerGeocoder` | `class GeocodingControl` |
| `vanilla.umd.js` | `maptilerGeocoder` | `class GeocodingControl` |
| `leaflet-controller.umd.js` | `leafletMaptilerGeocodingController` | `function createLeafletMapController` |
| `maplibregl-controller.umd.js` | `maplibreglMaptilerGeocodingController` | `function createMapLibreGlMapController` |
| `leaflet-controller.umd.js` | `leafletMaptilerGeocodingController` | `function createLeafletMapController` |
| `openlayers-controller.umd.js` | `openlayersMaptilerGeocodingController` | `function createOpenLayersMapController` |

The variable is an object with properties representing library-exported variables, for example `maplibreglMaptilerGeocoder.GeocodingControl`.
Expand Down

0 comments on commit b0de97e

Please sign in to comment.