diff --git a/README.md b/README.md
index 59c8c95..4751d9b 100644
--- a/README.md
+++ b/README.md
@@ -2,19 +2,16 @@
The Batteries-Detachable Web Framework
-
-
-
+
> [!Warning]
> view.py is currently in alpha, and may be lacking some features.
> If you would like to follow development progress, be sure to join [the discord](https://discord.gg/tZAfuWAbm2).
-
-
- [Docs](https://view.zintensity.dev)
- [Source](https://github.com/ZeroIntensity/view.py)
- [PyPI](https://pypi.org/project/view.py)
@@ -63,6 +60,10 @@ def create(name: str, books: dict[str, str]):
return JSON({"message": "Successfully created user!"}), 201
```
+## There's C code in here, how do I know it's safe?
+
+view.py is put through [rigorous testing](https://github.com/ZeroIntensity/view.py/tree/master/tests), checked with [Valgrind](https://valgrind.org/), and checks for memory leaks, thanks to [Memray](https://github.com/bloomberg/memray). See the testing badges at the top.
+
## Installation
**Python 3.8+ is required.**
@@ -85,6 +86,7 @@ $ pip install view.py
$ pipx install view.py
```
-## There's C code in here, how do I know it's safe?
-
-view.py is put through [rigorous testing](https://github.com/ZeroIntensity/view.py/tree/master/tests), checked with [Valgrind](https://valgrind.org/), and checks for memory leaks, thanks to [Memray](https://github.com/bloomberg/memray). See the testing badges at the top.
+