diff --git a/README.md b/README.md
index 383888ed7..bc451dfb7 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,11 @@
- Armbian Linux Build Framework
- $${\color{black}NEXT\space \color{red}gen}$$
-
-
+ Armbian Linux Build Framework
+
+
+
+
## Table of contents
- [What does this project do?](#what-does-this-project-do)
@@ -58,13 +59,13 @@ Show work-in-progress areas in interactive mode:
./compile.sh EXPERT="yes"
```
-Build minimal CLI Armbian Focal image for Orangepi Zero. Use modern kernel and write image to the SD card:
+Build minimal CLI Armbian Jammy image for Orangepi Zero. Use `current` kernel and write image to the SD card:
```bash
./compile.sh \
BOARD=orangepizero \
BRANCH=current \
-RELEASE=focal \
+RELEASE=jammy \
BUILD_MINIMAL=yes \
BUILD_DESKTOP=no \
KERNEL_CONFIGURE=no \