Several grammatic edits to introductory topics to improve readability and flow.

This commit is contained in:
James Gill
2014-08-03 20:14:02 -07:00
parent d69678742c
commit 39caad2fa6
4 changed files with 6 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ anchor: builtin_web_server
## Built-in web server {#builtin_web_server_title}
You can start learning PHP without the hassle of installing and configuring a full-fledged web server (PHP 5.4+ required). To start the server, run the following from your terminal in your project's web root:
With PHP 5.4 or newer, you can start learning PHP without installing and configuring a full-fledged web server. To start the server, run the following command from your terminal in your project's web root:
> php -S localhost:8000