diff --git a/README.md b/README.md
index 65422cfc..5d8d8ca8 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,14 @@
-# Run with compiled executable file:
+# Latest release
-[Download | Скачать](https://github.com/MihailRis/VoxelEngine-Cpp/releases/latest)
+- [Download | Скачать](https://github.com/MihailRis/VoxelEngine-Cpp/releases/latest)
+- [Documentation |](https://github.com/MihailRis/VoxelEngine-Cpp/blob/release-0.22/doc/en/main-page.md) [Документация](https://github.com/MihailRis/VoxelEngine-Cpp/blob/release-0.22/doc/ru/main-page.md)
-
-# Controls:
+# Controls
- **Esc** - pause
- **Tab** - open inventory
- **W** **A** **S** **D** - movement
- **Space** - jump
+- **Q** - drop item
- **LMB** - remove block
- **RMB** - place block
- **F** - toggle flight mode
@@ -27,7 +28,7 @@ cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
```
-## Install libs:
+## Install libraries
#### Install EnTT
```sh