Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit 49187a6

Browse files
committed
readme styling
1 parent 90721c7 commit 49187a6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ Jamendo API OAuth 2
2020
apache vhost.conf
2121

2222
```
23-
<VirtualHost *:80>
23+
<VirtualHost *:80>
2424
2525
ServerName www.jamendoapioauth2.dev
2626
DocumentRoot /path/to/examples/JamendoApiOAuth2/public
27-
ErrorLog &quot;logs/jamendoapioauth2-error.log&quot;
28-
CustomLog &quot;logs/jamendoapioauth2-access.log&quot; combined
29-
SetEnv APPLICATION_ENV &quot;development&quot;
27+
ErrorLog "logs/jamendoapioauth2-error.log"
28+
CustomLog "logs/jamendoapioauth2-access.log" combined
29+
SetEnv APPLICATION_ENV "development"
3030
31-
&lt;Directory /path/to/examples/JamendoApiOAuth2/public&gt;
31+
<Directory /path/to/examples/JamendoApiOAuth2/public>
3232
DirectoryIndex index.php
3333
AllowOverride All
3434
Order allow,deny
3535
Allow from all
36-
&lt;/Directory&gt;
36+
</Directory>
3737
38-
&lt;/VirtualHost&gt;
38+
</VirtualHost>
3939
```
4040

4141
3. Update your hosts file:
@@ -71,22 +71,22 @@ Facebook Open Graph API OAuth 2
7171
apache vhost.conf
7272

7373
```
74-
&lt;VirtualHost *:80&gt;
74+
<VirtualHost *:80>
7575
7676
ServerName www.facebookopengraphoauth2.dev
7777
DocumentRoot /path/to/examples/FacebookOpenGraphOAuth2/public
78-
ErrorLog &quot;logs/facebookopengraphoauth2-error.log&quot;
79-
CustomLog &quot;logs/facebookopengraphoauth2-access.log&quot; combined
80-
SetEnv APPLICATION_ENV &quot;development&quot;
78+
ErrorLog "logs/facebookopengraphoauth2-error.log"
79+
CustomLog "logs/facebookopengraphoauth2-access.log" combined
80+
SetEnv APPLICATION_ENV "development"
8181
82-
&lt;Directory /path/to/examples/FacebookOpenGraphOAuth2/public&gt;
82+
<Directory /path/to/examples/FacebookOpenGraphOAuth2/public>
8383
DirectoryIndex index.php
8484
AllowOverride All
8585
Order allow,deny
8686
Allow from all
87-
&lt;/Directory&gt;
87+
</Directory>
8888
89-
&lt;/VirtualHost&gt;
89+
</VirtualHost>
9090
```
9191

9292
3. Update your hosts file:

0 commit comments

Comments
 (0)