commit c30336a492eca08089e296232d6c8fd53bdf6aa9
parent bf7e9be04666a5fa32c1fe5432f2c243c0f56829
Author: Ryan Wolf <rwolf@borderstylo.com>
Date: Mon, 22 Feb 2010 21:12:00 -0700
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -17,7 +17,7 @@ If any of this sounds sensible, I have a bridge I'd like to sell you.
Prerequisites
-----
-* [Firefox](http://www.mozilla.com/en-US/firefox/firefox.html)
+* [Firefox](http://www.mozilla.com/en-US/firefox/firefox.html) -- the version here is important (3.5+), since we'll be making using of native JSON encoding/decoding.
* [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/748)
* PHP installed on a server you have access to (like localhost). When I was setting up my first LAMP server, I went to [Ubuntu's directions](https://help.ubuntu.com/community/ApacheMySQLPHP) and copied and pasted my way to victory--maybe it'll help you. Advanced readers will be able to adapt the PHP bit to whatever language they like.