Skip to content

Commit efbdd73

Browse files
committed
Update README.md
1 parent 478e5bb commit efbdd73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# php-proxy-app
2-
Web Proxy Application built on php-proxy library ready to be installed on your server
2+
Web Proxy Application built on [**php-proxy library**](https://github.com/Athlon1600/php-proxy) ready to be installed on your server
33

44
![alt text](http://i.imgur.com/KrtU5KE.png?1 "This is how PHP-Proxy looks when installed")
55

@@ -12,7 +12,7 @@ A project such as this, should be installed straight into the public directory o
1212
composer create-project athlon1600/php-proxy-app:dev-master /var/www/
1313
```
1414

15-
If you do not have composer or trying to host this application on a **shared hosting**, then download a pre-installed version of this app from [**www.php-proxy.com**](https://www.php-proxy.com/)
15+
If you do not have composer or trying to host this application on a **shared hosting**, then download a pre-installed version of this app as a ZIP archive from [**www.php-proxy.com**](https://www.php-proxy.com/)
1616

1717
## Keep it up-to-date
1818

@@ -28,8 +28,8 @@ This file will be loaded into the global Config class.
2828

2929
#### /templates/
3030

31-
This is where we store all the "views"
31+
This should have been named "views", but for historic purposes we keep it as templates. What this is...
3232

33-
### /plugins/
33+
#### /plugins/
3434

3535
PHP-Proxy has many of its native plugins, but users are free to write their own which could then be loaded from this very folder. See /plugins/TestPlugin.php for an example.

0 commit comments

Comments
 (0)