We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f05fcf commit 073a497Copy full SHA for 073a497
README.md
@@ -50,7 +50,7 @@ All API responses are in `json` format.
50
/index.php/cities/{countryName}
51
```
52
53
-### Host this
+### :cloud: Host this
54
Here are the [Configuration Instructions](http://www.slimframework.com/docs/v3/start/web-servers.html) for if you want to host this.
55
56
public/index.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-require __DIR__.'\..\vendor\autoload.php';
+require __DIR__.'/../vendor/autoload.php';
4
5
use Slim\App;
6
0 commit comments