diff --git a/Home.md b/Home.md index 4ff15a1..bd0f695 100644 --- a/Home.md +++ b/Home.md @@ -30,14 +30,14 @@ Installation ------------ Place the `/min/` directory as a child of your DOCUMENT_ROOT -directory: i.e. you will have: `/home/example/www/min` +directory: i.e. you will have: `/var/www/html/min` You can see verify that it is working by visiting these two URLs: -- http://example.org/min/?f=min/quick-test.js -- http://example.org/min/?f=min/quick-test.css +- http://example.localhost/min/?f=min/quick-test.js +- http://example.localhost/min/?f=min/quick-test.css If your server supports mod_rewrite, this URL should also work: -- http://example.org/min/f=min/quick-test.js +- http://example.localhost/min/f=min/quick-test.js Configuration & Usage --------------------- @@ -60,9 +60,9 @@ Unit Testing ------------ 1. Place the /min_unit_tests/ directory as a child of your DOCUMENT_ROOT -directory: i.e. you will have: /home/example/www/min_unit_tests +directory: i.e. you will have: /var/www/html/min_unit_tests -2. To run unit tests, access: http://example.org/min_unit_tests/test_all.php +2. To run unit tests, access: http://example.localhost/min_unit_tests/test_all.php (If you wish, the other test_*.php files can be run to test individual components with more verbose output.)