Skip to content

Commit 37565b5

Browse files
committed
update README
1 parent c298c46 commit 37565b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ You can compile all files into a single "`api.php`" file using:
127127

128128
php build.php
129129

130+
NB: The install script will patch the dependencies in the vendor directory for PHP 7.0 compatibility.
131+
132+
### Development
133+
130134
You can access the non-compiled code at the URL:
131135

132136
http://localhost:8080/src/records/posts/1
@@ -141,7 +145,7 @@ You can update all dependencies of this project using the following command:
141145

142146
This script will install and run [Composer](https://getcomposer.org/) to update the dependencies.
143147

144-
NB: The update script will also patch the dependencies in the vendor directory for PHP 7.0 compatibility.
148+
NB: The update script will patch the dependencies in the vendor directory for PHP 7.0 compatibility.
145149

146150
## TreeQL, a pragmatic GraphQL
147151

0 commit comments

Comments
 (0)