diff --git a/README.md b/README.md
index 6e13dd7..b4928ef 100644
--- a/README.md
+++ b/README.md
@@ -315,6 +315,10 @@ const level = metacar.level.level1;
var editor = new metacar.editor("env", level);
editor.load();
```
+
+Left click on one item to select it. Then Left click on the map to set the item.
+Right click is used to remove an item.
+
### Save the level
```javascript