Browse Source

Update README.md

Maurits van der Schee 10 years ago
parent
commit
e804acb6cf
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

@@ -26,6 +26,8 @@ Simple PHP script that adds a very basic API to a MySQL database
26 26
 
27 27
 ## Configuration
28 28
 
29
+Edit the following lines in the bottom of the file "api.php":
30
+
29 31
 ```
30 32
 $api = new MySQL_CRUD_API(
31 33
 	"localhost",                        // hostname

Loading…
Cancel
Save