diff --git a/README.md b/README.md
index 7ea828a..7847a03 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,17 @@ A [Blockly](https://www.npmjs.com/package/blockly) plugin that allows for simult
To activate multiselect mode, shift-click on a block *or* use the rectangular selection tool (shift-click-drag on background). Selected blocks will appear grey. Clicking on the background or any unselected block will deactivate multiselect mode.
-
+#### Shift-click
+
+
+
+#### Rectangle selection
+
+
+
+#### Customizable context menu
+
+
## Installation
diff --git a/assets/plugin-all.png b/assets/plugin-all.png
deleted file mode 100644
index eee3a94..0000000
Binary files a/assets/plugin-all.png and /dev/null differ
diff --git a/assets/plugin-context-menu-block.png b/assets/plugin-context-menu-block.png
deleted file mode 100644
index 89a6b9a..0000000
Binary files a/assets/plugin-context-menu-block.png and /dev/null differ
diff --git a/assets/plugin-context-menu.png b/assets/plugin-context-menu.png
new file mode 100644
index 0000000..dde1619
Binary files /dev/null and b/assets/plugin-context-menu.png differ
diff --git a/assets/plugin-more.png b/assets/plugin-more.png
deleted file mode 100644
index d454254..0000000
Binary files a/assets/plugin-more.png and /dev/null differ
diff --git a/assets/plugin-rect-select.png b/assets/plugin-rect-select.png
new file mode 100644
index 0000000..50cbeaf
Binary files /dev/null and b/assets/plugin-rect-select.png differ
diff --git a/assets/plugin-select-rectangle.png b/assets/plugin-select-rectangle.png
deleted file mode 100644
index 0b6ec22..0000000
Binary files a/assets/plugin-select-rectangle.png and /dev/null differ
diff --git a/assets/plugin-shift-click.png b/assets/plugin-shift-click.png
index b2e723c..e2ffb3d 100644
Binary files a/assets/plugin-shift-click.png and b/assets/plugin-shift-click.png differ
diff --git a/package.json b/package.json
index a6532e0..55c3a98 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@rshaker/multiselect-blockly",
- "version": "0.3.4",
+ "version": "0.3.5",
"description": "Blockly plugin supporting multiple-selection of top-level blocks",
"license": "MIT",
"author": {