Update README.md

In Nix section:
fixed typo (It includes instead of In includes)
This commit is contained in:
Wyatt
2025-10-28 23:10:50 -07:00
committed by GitHub
parent fe67e98550
commit 3ffa1cd9d6

View File

@@ -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.
---