Skip to content

Commit 073a497

Browse files
committed
Fix require path and readme
1 parent 1f05fcf commit 073a497

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ All API responses are in `json` format.
5050
/index.php/cities/{countryName}
5151
```
5252

53-
### Host this
53+
### :cloud: Host this
5454
Here are the [Configuration Instructions](http://www.slimframework.com/docs/v3/start/web-servers.html) for if you want to host this.
5555

5656

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
require __DIR__.'\..\vendor\autoload.php';
3+
require __DIR__.'/../vendor/autoload.php';
44

55
use Slim\App;
66

0 commit comments

Comments
 (0)