diff --git a/README.md b/README.md
index b30c8b7..5dadffd 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,21 @@
-# Grasswave CDN [WIP]
-A stupidly simple and easy to self-host, personal server for file hosting on the web
+# Grasswave CDN
+A stupidly simple and easy to self-host, personal server for file hosting on the web. Written in Rust.
Thanks, [@Maciejowski](https://github.com/maciejowski2006/), for the stylesheet!
+## Screenshots
+
+
+
+ Show more
+ Mobile layout
+
+ Search
+
+ Tag search
+
+
+
## How to use
For every file you want to publish, create a seperate directory in the `files` folder, and place the files inside of them. In every directory, create a file named `info.toml`.
```
@@ -25,6 +38,3 @@ tags = ["lorem", "ipsum", "dolor"]
path = "lorem.tar.xz"
```
Run the executable, and that's it! You can visit it in the browser at `http://127.0.0.1:8000`
-
----
-Currently work in progress
diff --git a/screenshots/desktop.png b/screenshots/desktop.png
new file mode 100644
index 0000000..c1b7a80
Binary files /dev/null and b/screenshots/desktop.png differ
diff --git a/screenshots/mobile.png b/screenshots/mobile.png
new file mode 100644
index 0000000..f12a5e3
Binary files /dev/null and b/screenshots/mobile.png differ
diff --git a/screenshots/search.png b/screenshots/search.png
new file mode 100644
index 0000000..fe0d93b
Binary files /dev/null and b/screenshots/search.png differ
diff --git a/screenshots/tag-search.png b/screenshots/tag-search.png
new file mode 100644
index 0000000..6353392
Binary files /dev/null and b/screenshots/tag-search.png differ