From 5df9cc037eebe263f992e083e22cda845b69e897 Mon Sep 17 00:00:00 2001 From: Karl Skomski Date: Mon, 4 Jun 2012 17:54:42 +0300 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17cf4df92..085d50038 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Currently under active development (and seeking contributors), `nodegit` provide Building and installing ----------------------- -### Dependancies ### +### Dependencies ### To run `nodegit` you need `Node.js` and to run unit tests you will need to have `git` installed and accessible from your `PATH` to fetch any `vendor/` addons. ### Easy install (Recommended) ###