diff --git a/readme.md b/readme.md
index 7ee133f..d5b9874 100755
--- a/readme.md
+++ b/readme.md
@@ -1,10 +1,7 @@
-[](https://builtwithnix.org)
-
deva's nixos flake
-
-
+
@@ -15,15 +12,15 @@
to explore the flake output and it's functionalities, run:
```sh
-nix flake show github:devawaves/flake
+nix flake show github:devawaves/nixos
```
-to clone to an existing nixos system, run:
+to clone this repository to an existing nixos system, run:
```sh
nix run github:devawaves/nixos#clone
```
-to get the disko, run:
+to get the disko.nix file, run:
```sh
nix run github:devawaves/nixos#disko
-```
\ No newline at end of file
+```