diff --git a/README.md b/README.md
index f8af2fe1..8ee3c04a 100644
--- a/README.md
+++ b/README.md
@@ -1,31 +1,29 @@
-
+
-# Parallax
-A fully decentralized inference engine developed by [Gradient](https://gradient.network). Parallax lets you build your own AI cluster for model inference onto a set of distributed nodes despite their varying configuration and physical location.
-
-
| [**Gradient**](https://gradient.network)
| [**Blog**](https://gradient.network/blog/parallax-world-inference-engine)
| [**X(Twitter)**](https://x.com/Gradient_HQ)
| [**Discord**](https://discord.gg/gradientnetwork)
| [**Arxiv**](https://arxiv.org/pdf/2509.26182v1)
-🔥 **NEW: Parallax version 0.0.1 has been released!**
+## News
+- [2025/10] 🔥 Parallax version 0.0.01 has been released!
+
+## About
+A fully decentralized inference engine developed by [Gradient](https://gradient.network). Parallax lets you build your own AI cluster for model inference onto a set of distributed nodes despite their varying configuration and physical location. Its core features include:
-
+- **Host local LLM on personal devices**
+- **Cross-platform support**
+- **Pipeline parallel model sharding**
+- **Dynamic KV cache management & continuous batching for Mac**
+- **Dynamic request scheduling and routing for high performance**
-## Features
-* Run LLM at home with personal devices.
-* Cross-platform support.
-* Pipeline parallel model sharding.
-* Dynamic KV cache management + continuous batching for MAC.
-* Dynamic request scheduling and routing for high performance.
+The backend architecture:
-## Backend Architecture
* P2P communication powered by [Lattica](https://github.com/GradientHQ/lattica)
* GPU backend powered by [SGLang](https://github.com/sgl-project/sglang)
* MAC backend powered by [MLX LM](https://github.com/ml-explore/mlx-lm)
@@ -116,7 +114,7 @@ docker run -it --gpus all --network host gradientservice/parallax:latest-hopper
```
The container starts under parallax workspace and you should be able to run parallax directly.
-## Getting started
+## Getting Started
We will walk through you the easiest way to quickly set up your own AI cluster
diff --git a/docs/images/parallax.jpg b/docs/images/parallax.jpg
deleted file mode 100644
index e3b2db44..00000000
Binary files a/docs/images/parallax.jpg and /dev/null differ
diff --git a/docs/images/parallax.png b/docs/images/parallax.png
new file mode 100644
index 00000000..01b7d1e2
Binary files /dev/null and b/docs/images/parallax.png differ