change ../example/.. to ../examples/.. in the comments of the example files

This commit is contained in:
steffkes
2013-07-04 15:24:55 +02:00
parent cb2fa6ce8b
commit 3805c2ee75
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
* $ cd project_dir * $ cd project_dir
* $ php -S localhost:8080 * $ php -S localhost:8080
* *
* and access localhost:8080/example/example-ajax-only.php through your browser * and access localhost:8080/examples/example-ajax-only.php through your browser
* *
* Or just run it through apache/nginx/what-have-yous as usual. * Or just run it through apache/nginx/what-have-yous as usual.
*/ */
+1 -1
View File
@@ -8,7 +8,7 @@
* $ cd project_dir * $ cd project_dir
* $ php -S localhost:8080 * $ php -S localhost:8080
* *
* and access localhost:8080/example/example.php through your browser * and access localhost:8080/examples/example.php through your browser
* *
* Or just run it through apache/nginx/what-have-yous as usual. * Or just run it through apache/nginx/what-have-yous as usual.
*/ */