diff --git a/README.md b/README.md
index c674b6b..f6a3c7f 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,30 @@
-# MapBuilder
-To build maps from prefab system and import to Unity. Outputs a JSON file
+# MapBuilder 0.2
+To build maps from prefab system and import to Unity.
Try it out here: https://dip000.github.io/MapBuilder/MapBuilderForWeb/MapBuilderForWeb.html
-# Basic functionality
-1. Pick, drop and erase
-2. Create and delete shapes
-3. Click-and-drag to draw
-4. glitched undo-redo
-5. Rotate 90 by degrees any direction
-6. Download a fake JSON with data
-
# How To
-
Web Editor | Unity |
-
---|
-
- |
-
- |
-
-
+-
+ In Web Editor: [Arrow keys] to resize map. [Ctrl] + [Arrow Keys] to add levels. Download configurations file
+
-
+ In Unity: drop Configurations File in MapBuilderManager component from inspector and click "Update Map"
+
+
+
+ Web Editor
+ |
---|
+
+ |
+ Unity
+ |
---|
+
+ |
|
+
+# Versions
+
+ 0.1-alpha
+
+: draw shapes, erase, glitched undo/redo, rotate, download, Unity interface
+
+0.2-alpha
+
+: delete shape, upload, multi maps, Unity interface rework