diff --git a/README.md b/README.md
index 9c6ffc5..68d895b 100644
--- a/README.md
+++ b/README.md
@@ -130,22 +130,14 @@ _: {
2. Choose your desired flavour with `catppuccin.flavour`
-
-Example
-
```nix
_: {
catppuccin.flavour = "mocha";
}
```
-
-
3. Enable for supported programs with `catppucin.enable = true;`
-
-Example
-
```nix
_: {
programs.starship = {
@@ -155,8 +147,6 @@ _: {
}
```
-
-
## 🙋 FAQ
- Q: **"How do I know what programs are supported?"**\