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

Commit 6a92b4d

Browse files
committed
readme update
1 parent 0f6efbc commit 6a92b4d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Zend Framework 1 OAuth 2 examples.
1313
Jamendo API OAuth 2
1414
-------------------
1515

16-
1. Add the latest Zend Framework and the Chrisweb library to the library directory.
16+
1) Add the latest Zend Framework and the Chrisweb library to the library directory.
1717

18-
2. Setup an Apache vhost for the example:
18+
2) Setup an Apache vhost for the example:
1919

2020
apache vhost.conf
2121

@@ -38,11 +38,11 @@ apache vhost.conf
3838
</VirtualHost>
3939
```
4040

41-
3. Update your hosts file:
41+
3) Update your hosts file:
4242

4343
127.0.0.1 www.jamendoapioauth2.dev
4444

45-
4. Create a Jamendi API account, then create a configuration file and add the values:
45+
4) Create a Jamendi API account, then create a configuration file and add the values:
4646

4747
```
4848
; application/configs/jamendo_api.ini
@@ -64,9 +64,9 @@ grantType = authorization_code
6464
Facebook Open Graph API OAuth 2
6565
-------------------------------
6666

67-
1. Add the latest Zend Framework and the Chrisweb library to the library directory.
67+
1) Add the latest Zend Framework and the Chrisweb library to the library directory.
6868

69-
2. Setup an Apache vhost for the example:
69+
2) Setup an Apache vhost for the example:
7070

7171
apache vhost.conf
7272

@@ -89,11 +89,11 @@ apache vhost.conf
8989
</VirtualHost>
9090
```
9191

92-
3. Update your hosts file:
92+
3) Update your hosts file:
9393

9494
127.0.0.1 www.facebookopengraphoauth2.dev
9595

96-
4. Create a Facebook API account, then create a configuration file and add the values:
96+
4) Create a Facebook API account, then create a configuration file and add the values:
9797

9898
```
9999
; application/configs/facebook_api.ini

0 commit comments

Comments
 (0)