diff --git a/basemaps/leaflet.md b/basemaps/leaflet.md index 9ed16b3..267ccb6 100644 --- a/basemaps/leaflet.md +++ b/basemaps/leaflet.md @@ -8,17 +8,23 @@ outline: deep The simplest way to include a map in your application via script includes tag: ```js - + ``` -## Themes +To use with a bundler: -The `theme` option must be one of `light`, `dark`, `white`, `grayscale`, `black`. +``` +npm add protomaps-leaflet +``` + +## Customization + +The `flavor` option must be one of `light`, `dark`, `white`, `grayscale`, `black`. -This will assume the set of basemap layers described at [Basemap Layers](/basemaps/layers). +The `lang` option can be one of the [supported languages](/basemaps/localization).