Skip to content

Commit 8d2557e

Browse files
authored
Update README.md
update requirements
1 parent 018b4b3 commit 8d2557e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It does auto deploy your site to hosting
55

66
# Requirements
77

8-
1. PHP server
8+
1. PHP 7 server
99
2. Access to perform **shell** commands
1010
3. Installed **GIT** on target hosting
1111

@@ -52,4 +52,4 @@ require_once 'vendor/autoload.php';
5252
```
5353

5454
That ``'php' => 'composer.phar install'`` used for expanding "php" to absolute path.
55-
There is required an absolute path because just "php" don't working by relative path!
55+
There is required an absolute path because just "php" don't working by relative path!

0 commit comments

Comments
 (0)