From a3ed1f88ce94e5d24a67c4c2da34594cf1447188 Mon Sep 17 00:00:00 2001
From: c6ristian <c6ristian@christian.moe>
Date: Sat, 22 Jun 2024 15:56:13 +0200
Subject: [PATCH] fix typo and writing improvement

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f7ae196..b9de769 100644
--- a/README.md
+++ b/README.md
@@ -65,11 +65,11 @@ This is exactly what we're doing to set the default deployment user to `colmena-
 
 ## Build NixOS Proxmox VE Template
 
-Build a now NixOS Proxmox VE Template for the thinkcccore's
+Build a new NixOS Proxmox VE Template for the thinkcccore's.
 ```shell
 nix build .#proxmox-nixos-template
 ```
-Build a now NixOS Proxmox VE Template for the chaosknoten
+Build a new NixOS Proxmox VE Template for the chaosknoten.
 ```shell
 nix build .#proxmox-chaosknoten-nixos-template
-```
\ No newline at end of file
+```