Updated Installing PHPCI (markdown)

Dan Cryer 2014-05-09 03:28:48 -07:00
commit e453875bcf

@ -38,7 +38,7 @@ location / {
You can use the built-in PHP server `php -S localhost:8080` by adding `public/routing.php`.
```
```php
<?php
if (file_exists(__DIR__ . '/' . $_SERVER['REQUEST_URI'])) {