From fa07b778a877e85d0f86af6b62f33d3a5894d766 Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:19:20 -0400 Subject: [PATCH] fix(docs): correct typo 'an ready to go' to 'and ready to go' Updated documentation to fix a small typo. Changed 'an ready to go' to 'and ready to go' for grammatical accuracy. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5048b0..936c6bf 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Alternately, you can use the nix shell. Enter nix develop ``` -to drop into a shell that has all dependencies installed an ready to go. +to drop into a shell that has all dependencies installed and ready to go. If you don't have nix yet, install that: https://nixos.org/