Merge pull request #72 from steffkes/example-examples

change ../example/.. to ../examples/.. in the comments of the example files
This commit is contained in:
Filipe Dobreira
2013-07-07 02:39:26 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
* $ cd project_dir
* $ 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.
*/
+1 -1
View File
@@ -8,7 +8,7 @@
* $ cd project_dir
* $ 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.
*/