Skip to content

Commit b0f8839

Browse files
committed
Updated README.md
1 parent f361849 commit b0f8839

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,22 @@ The script here, `proxy.php`, is such a script.
1414
Installation
1515
---
1616

17-
Since `proxy.php` is completely self-contained, you can just copy it into your web application directly, edit the $whitelist array, and you're good to go.
17+
Since `proxy.php` is completely self-contained, you can just
18+
1. Copy `proxy.php` into your web application
19+
2. Edit the $whitelist array
20+
3. And that's pretty much it
1821

19-
However, if you're using [Composer](http://getcomposer.org), you can also add
22+
If using [Composer](http://getcomposer.org), you can also add
2023
the following dependency to your `composer.json`:
2124

2225
``` JSON
2326
"require":
2427
{
25-
"geekality/php-cross-domain-proxy": "1.*"
28+
"geekality/php-cross-domain-proxy": "dev-master"
2629
},
2730
```
2831

29-
And then, for example, add your own `proxy.php` like this:
32+
And then, for example, add a `proxy.php` like this:
3033

3134
``` PHP
3235
<?php

0 commit comments

Comments
 (0)