Browse Source

update readme

Maurits van der Schee 3 years ago
parent
commit
ad17b03bf2
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

@@ -55,7 +55,8 @@ Alternatively you can integrate this project into the web framework of your choi
55 55
 
56 56
 In these integrations [Composer](https://getcomposer.org/) is used to load this project as a dependency.
57 57
 
58
-For people that don't use composer, the file "`api.include.php`" (containing everything but the configuration) is provided.
58
+For people that don't use composer, the file "`api.include.php`" is provided. This file contains everything 
59
+from "`api.php`" except the configuration (from "`src/index.php`") and can be used by PHP's "include".
59 60
 
60 61
 ## Configuration
61 62
 

Loading…
Cancel
Save