Add experimental tags to a few examples & added doc in the README

Plus some typos.
This commit is contained in:
Olivier Guyot
2019-09-26 20:19:11 +02:00
parent 9efb6b07eb
commit 13147e0b82
4 changed files with 6 additions and 3 deletions

View File

@@ -3,8 +3,9 @@ layout: example.html
title: Worker
shortdesc: This example should be deleted.
docs: >
When you move the map, a message is sent to a worker. In response, the woker sends a
When you move the map, a message is sent to a worker. In response, the worker sends a
message back with the version identifier.
tags: "worker"
experimental: true
---
<div id="map" class="map"></div>