From 3ffa1cd9d67a8426d94ef98cf34d2a1be6d057bc Mon Sep 17 00:00:00 2001 From: Wyatt <103014721+wyfyjohnson@users.noreply.github.com> Date: Tue, 28 Oct 2025 23:10:50 -0700 Subject: [PATCH] Update README.md In Nix section: fixed typo (It includes instead of In includes) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dbd869b..566f0e4d 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ We welcome contributions of any size - bug fixes, new features, documentation im ### ✨ Nix DevShell (new) -Nix users can use the flake's devShell to access a development environment. Run nix develop the repo root to enter the dev shell. In includes packages, utilities and environment variables needed to develop Noctalia. +Nix users can use the flake's devShell to access a development environment. Run nix develop the repo root to enter the dev shell. It includes packages, utilities and environment variables needed to develop Noctalia. ---