diff --git a/README.md b/README.md index f6afe09b26..44dd84c19b 100644 --- a/README.md +++ b/README.md @@ -154,15 +154,15 @@ If you still run into a permissions error, you may need to increase the permissi The document root for the app should be set to the public directory. In a standard Apache virtualhost setup, that might look something like this on a standard linux LAMP stack: - - - AllowOverride All - - DocumentRoot /var/www/html/public - ServerName www.example.org + + + AllowOverride All + + DocumentRoot /var/www/html/public + ServerName www.example.org - # Other directives here - + # Other directives here + An OS X virtualhost setup could look more like: