Skip to content

Commit f47f46f

Browse files
committed
Update README.md
1 parent 0d252cc commit f47f46f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@
1010

1111
### Overview
1212

13-
1. You've created a php image gallery and your clients should be able to update theire galleries without coping files via ftp.
14-
2. Therfore you need at least one new file in the image gallery (we will call it `update.php` but the name doesn't matter)
13+
1. You've created a php application and your clients should be able to update theire code without coping files via ftp.
14+
2. Therfore you need at least one new file in the application (we will call it `update.php` but the name doesn't matter)
1515
3. When the user visits `update.php` the library will check for a new version and install all new versions incrementally
1616

1717
### Client
1818

19-
The client is the image gallery.
20-
2119
#### update.php
2220

2321
This file will install the update. For an example see `example/client/update/index.php`

0 commit comments

Comments
 (0)