Skip to content

Commit

Permalink
Update van.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan authored May 25, 2024
1 parent 41f39f9 commit dac1597
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/articles/van.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ To illustrate the elegance and efficiency of representing application state in h
To play pong in a cylindrical projection of a sphere it is wise to position the board close to the equator.

```html
<l-map lat-lng="[0,40]" zoom="12"></l-map>
<l-map
lat-lng="[0,40]"
zoom="12"></l-map>
```

<l-map center="[0, 40]" zoom="12">
Expand Down

0 comments on commit dac1597

Please sign in to comment.