From e97ae76dfa7b5f38abba00f0c40cc7717eb49cb4 Mon Sep 17 00:00:00 2001 From: Eddie Monge Date: Mon, 17 Oct 2011 16:31:48 -0700 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f45f360e..1bf84ddd 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ browser to http://localhost:8888 to preview the code. Another alternative is XAMPP (Mac, Windows). You need to actually modify Apache's httpd.conf to point to your checkout: [Instructions](http://www.apachefriends.org/en/xampp.html) -You need the following Apache module loaded: +You need the following Apache modules loaded: * Rewrite (mod\_rewrite.so) * Expire (mod\_expires.so)