branch: elpa/nix-mode
commit dc298e77b68296fa76b1b80c825de2a6a3ddc969
Merge: 71fda1db41 b4518ae3ee
Author: Elis Hirwing <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #101 from jgarte/patch-1
fixed a typo in the README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ddace426a8..dac1b032ab 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Interactive functions include:
Followed by your Nix path & attribute path.
-- nix-build - build a Nix derviation.
+- nix-build - build a Nix derivation.
This is meant to work similarly to M-x compile. It will use your
current directory & build it if there is a default.nix there.