Skip to content

Commit

Permalink
docs: close tile layer component tag (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya authored Apr 27, 2021
1 parent d3cd804 commit a95826c
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 @@ -72,7 +72,7 @@ Think of your map as a set of layers inside a container. Your main container wil
```hbs
<LeafletMap @lat={{this.lat}} @lng={{this.lng}} @zoom={{this.zoom}} as |layers|>
<layers.tile @url="http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png">
<layers.tile @url="http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png" />
<layers.marker @location={{this.emberConfLocation}} as |marker|>
<marker.popup>
Expand Down

0 comments on commit a95826c

Please sign in to comment.