From 60cb07d677f1a87bad425de5ad8bed13f02588b3 Mon Sep 17 00:00:00 2001 From: Tommy George Date: Thu, 4 Oct 2012 15:51:52 -0500 Subject: [PATCH] Update README.md Fixed one super tiny grammatical error. =) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d53a63e..df8a246 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ eliminate race conditions but it may be possible to encounter a stuck state. If doing dev work, a `killall node` will kill any stray test servers in the background (don't do this on a production machine!). -Tests can be executd with `./run_tests.sh`. +Tests can be executed with `./run_tests.sh`. Backend Interface -----------------