Skip to content

Commit

Permalink
Merge pull request #191 from drashland/fix-readme
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
ebebbington authored Apr 19, 2020
2 parents f3c68e9 + bc6eed6 commit 0146bc1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@ class HomeResource extends Drash.Http.Resource {
}

const server = new Drash.Http.Server({
address: "localhost:1447",
response_output: "text/html",
resources: [HomeResource]
});

server.run({
hostname: "localhost",
port: 1447
});
server.run();
```

```
Expand Down

0 comments on commit 0146bc1

Please sign in to comment.