Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-s authored Apr 25, 2018
1 parent f9d3690 commit bf71e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exts/jphp-httpserver-ext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $server->route('GET', '/demo-get', function (HttpServerRequest $req, HttpServerR
// run server.
$server->run();
```
Check it, open [http://localhost:8888/hello-world](http://localhost:8888/hello-world) in your browser.
Check it, open [http://localhost:8888/demo-get?name=Mike](http://localhost:8888/demo-get?name=Mike) in your browser.

---

Expand Down

0 comments on commit bf71e45

Please sign in to comment.