diff --git a/Home.md b/Home.md index bd0f695..27f50f2 100644 --- a/Home.md +++ b/Home.md @@ -30,7 +30,7 @@ Installation ------------ Place the `/min/` directory as a child of your DOCUMENT_ROOT -directory: i.e. you will have: `/var/www/html/min` +directory: i.e. you will have: `/path/to/public_html/min` You can see verify that it is working by visiting these two URLs: - http://example.localhost/min/?f=min/quick-test.js @@ -60,7 +60,7 @@ Unit Testing ------------ 1. Place the /min_unit_tests/ directory as a child of your DOCUMENT_ROOT -directory: i.e. you will have: /var/www/html/min_unit_tests +directory: i.e. you will have: /path/to/public_html/min_unit_tests 2. To run unit tests, access: http://example.localhost/min_unit_tests/test_all.php