Skip to content

Commit a61ef91

Browse files
committed
README: Fixed indentation for VisualHost.
1 parent 58e7857 commit a61ef91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ This install guide assumes you already have certain prerequisites already config
1616

1717
```
1818
<VirtualHost *:80>
19-
ServerName local.jquery.com
20-
ServerAlias *.jquery.com *.jqueryui.com *.jquery.org *.qunitjs.com *.sizzlejs.com *.jquerymobile.com
21-
DocumentRoot "/srv/www/jquery"
19+
ServerName local.jquery.com
20+
ServerAlias *.jquery.com *.jqueryui.com *.jquery.org *.qunitjs.com *.sizzlejs.com *.jquerymobile.com
21+
DocumentRoot "/srv/www/jquery"
2222
<Directory /srv/www/jquery>
2323
Options All
2424
AllowOverride All

0 commit comments

Comments
 (0)