diff --git a/README.md b/README.md index 2254734..8f34b38 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ wms = WMSLayer( styles="vegetation", format="image/png8", transparent=True, - attribution="Forest Observatory © Salo Sciences", + attribution="Forest Observatory © Salo Sciences", ) m = Map(basemap=basemaps.Stamen.Terrain, center=(39.39,-123.33), zoom=10) m.add_layer(wms)